Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp655 if (DD->generateTypeUnits() && !Ty->isForwardDecl()) in getOrCreateTypeDIE()
671 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
777 if (!DTy->isForwardDecl()) in constructTypeDIE()
966 else if (!CTy->isForwardDecl()) in constructTypeDIE()
971 if (CTy->isForwardDecl()) in constructTypeDIE()
975 if (!CTy->isForwardDecl()) in constructTypeDIE()
H A DCodeViewDebug.cpp1393 if (!T || T->isForwardDecl()) in shouldEmitUdt()
1997 if (Ty->isForwardDecl()) { in lowerTypeEnum()
2144 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()
2171 if (!Ty->isForwardDecl()) in lowerTypeClass()
2215 if (!Ty->isForwardDecl()) in lowerTypeUnion()
2491 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1955 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()
1958 assert(!Res->isForwardDecl()); in completeType()
2030 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()
2033 assert(!Res->isForwardDecl()); in completeClass()
2099 if (T && T->isForwardDecl()) in completeRequiredType()
2963 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
2994 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
4425 assert(Ty->isForwardDecl()); in finalize()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp446 if (CTy->isForwardDecl()) in visitCompositeType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h342 bool isForwardDecl, bool isInternal,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp420 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp299 if (CT.isForwardDecl()) in addTypeRef()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1483 bool isForwardDecl = true; in CreateRecordType() local
1485 return CreateObjCClass(name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()
1848 bool isForwardDecl, in CreateObjCClass() argument
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h698 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }