Searched refs:FwdDecl (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 32 HANDLE_DI_FLAG((1 << 2), FwdDecl) 63 // the bitwise or of Virtual and FwdDecl, which does not otherwise
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2851 llvm::DICompositeType *FwdDecl = getOrCreateLimitedType(Ty); in CreateTypeDefinition() local 2855 return {FwdDecl, nullptr}; in CreateTypeDefinition() 2858 CollectContainingType(CXXDecl, FwdDecl); in CreateTypeDefinition() 2861 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition() 2862 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition() 2874 CollectCXXBases(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2879 CollectRecordFields(RD, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2881 CollectCXXMemberFunctions(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2887 DBuilder.replaceArrays(FwdDecl, Elements); in CreateTypeDefinition() 2889 if (FwdDecl->isTemporary()) in CreateTypeDefinition() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 9555 NamedDecl *FwdDecl = nullptr; in BuiltinEnumUnderlyingType() local 9556 if (BaseType->isIncompleteType(&FwdDecl)) { in BuiltinEnumUnderlyingType() 9558 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuiltinEnumUnderlyingType()
|