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 | 3075 llvm::DICompositeType *FwdDecl = getOrCreateLimitedType(Ty); in CreateTypeDefinition() local 3079 return {FwdDecl, nullptr}; in CreateTypeDefinition() 3082 CollectContainingType(CXXDecl, FwdDecl); in CreateTypeDefinition() 3085 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition() 3086 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition() 3098 CollectCXXBases(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 3103 CollectRecordFields(RD, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 3105 CollectCXXMemberFunctions(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 3111 DBuilder.replaceArrays(FwdDecl, Elements); in CreateTypeDefinition() 3113 if (FwdDecl->isTemporary()) in CreateTypeDefinition() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 9838 NamedDecl *FwdDecl = nullptr; in BuiltinEnumUnderlyingType() local 9839 if (BaseType->isIncompleteType(&FwdDecl)) { in BuiltinEnumUnderlyingType() 9841 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuiltinEnumUnderlyingType()
|