Searched refs:isForwardDecl (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp589 if (DD->generateTypeUnits() && !Ty->isForwardDecl() &&
635 if (!Ty->getName().empty() && !Ty->isForwardDecl()) {
797 if (!DTy->isForwardDecl())
1021 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type))
1023 else if (!CTy->isForwardDecl())
1028 if (CTy->isForwardDecl())
1035 if (!CTy->isForwardDecl())
H A DCodeViewDebug.cpp1621 if (!T || T->isForwardDecl())
2269 if (Ty->isForwardDecl()) {
2427 !Ty->isForwardDecl();
2454 if (!Ty->isForwardDecl())
2506 if (!Ty->isForwardDecl())
2772 if (CTy->isForwardDecl())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp776 if (CTy->isForwardDecl())
791 !CTy->getName().empty() && !CTy->isForwardDecl())
961 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl())
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2494 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl())
2497 assert(!Res->isForwardDecl());
2569 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl())
2576 assert(!Res->isForwardDecl());
2681 if (T && T->isForwardDecl())
3685 if (T && !T->isForwardDecl())
3721 if (T && (!T->isForwardDecl() || !RD->getDefinition()))
5861 assert(Ty->isForwardDecl());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h456 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1283 bool isForwardDecl = true; local
1285 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl,
1850 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal,
1860 /*isForwardDecl,*/
1848 CreateObjCClass( llvm::StringRef name, clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, ClangASTMetadata *metadata) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp806 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl))
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp291 if (CT.isForwardDecl())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h775 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } function in class:llvm::DIType
1212 /// isForwardDecl(), and the new arguments would be a definition, mutates the

Completed in 411 milliseconds