Searched refs:FwdDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | DebugInfoFlags.def | 32 HANDLE_DI_FLAG((1 << 2), FwdDecl) 63 // the bitwise or of Virtual and FwdDecl, which does not otherwise
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 2278 llvm::DICompositeType *FwdDecl = getOrCreateLimitedType(Ty, DefUnit); in CreateTypeDefinition() local 2282 return FwdDecl; in CreateTypeDefinition() 2285 CollectContainingType(CXXDecl, FwdDecl); in CreateTypeDefinition() 2288 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition() 2289 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition() 2301 CollectCXXBases(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2302 CollectVTableInfo(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2306 CollectRecordFields(RD, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2308 CollectCXXMemberFunctions(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2314 DBuilder.replaceArrays(FwdDecl, Elements); in CreateTypeDefinition() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaType.cpp | 8498 NamedDecl *FwdDecl = nullptr; in BuildUnaryTransformType() local 8499 if (BaseType->isIncompleteType(&FwdDecl)) { in BuildUnaryTransformType() 8501 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuildUnaryTransformType()
|