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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp661 if (DD->generateTypeUnits() && !Ty->isForwardDecl() &&
709 if (!Ty->getName().empty() && !Ty->isForwardDecl()) {
823 if (!DTy->isForwardDecl())
1015 else if (!CTy->isForwardDecl())
1020 if (CTy->isForwardDecl())
1024 if (!CTy->isForwardDecl())
H A DCodeViewDebug.cpp1453 if (!T || T->isForwardDecl())
2056 if (Ty->isForwardDecl()) {
2203 !Ty->isForwardDecl();
2230 if (!Ty->isForwardDecl())
2282 if (!Ty->isForwardDecl())
2548 if (CTy->isForwardDecl())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp538 if (CTy->isForwardDecl())
566 !CTy->isForwardDecl()) {
668 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2094 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl())
2097 assert(!Res->isForwardDecl());
2169 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl())
2172 assert(!Res->isForwardDecl());
2249 if (T && T->isForwardDecl())
3132 if (T && !T->isForwardDecl())
3163 if (T && (!T->isForwardDecl() || !RD->getDefinition()))
4777 assert(Ty->isForwardDecl());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h313 clang::DeclContext *decl_ctx, bool isForwardDecl,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp427 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp309 if (CT.isForwardDecl())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1190 bool isForwardDecl = true; local
1192 return CreateObjCClass(name, decl_ctx, isForwardDecl, isInternal, metadata);
1580 bool isForwardDecl,
1591 /*isForwardDecl,*/
1578 CreateObjCClass(llvm::StringRef name, DeclContext *decl_ctx, bool isForwardDecl, bool isInternal, ClangASTMetadata *metadata) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h651 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } function in class:llvm::DIType
995 /// isForwardDecl(), and the new arguments would be a definition, mutates the

Completed in 214 milliseconds