Searched refs:FwdDecl (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 24 HANDLE_DI_FLAG((1 << 2), FwdDecl) 53 // the bitwise or of Virtual and FwdDecl, which does not otherwise
|
/external/clang/test/Modules/ |
D | ModuleDebugInfo.m | 47 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl", 92 // CHECK2: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl",
|
/external/clang/test/Modules/Inputs/ |
D | DebugObjC.h | 2 @class FwdDecl;
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 22 HANDLE_DI_FLAG((1 << 2), FwdDecl)
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1717 llvm::DICompositeType *FwdDecl = getOrCreateLimitedType(Ty, DefUnit); in CreateTypeDefinition() local 1721 return FwdDecl; in CreateTypeDefinition() 1724 CollectContainingType(CXXDecl, FwdDecl); in CreateTypeDefinition() 1727 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition() 1728 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition() 1740 CollectCXXBases(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 1745 CollectRecordFields(RD, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 1747 CollectCXXMemberFunctions(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 1753 DBuilder.replaceArrays(FwdDecl, Elements); in CreateTypeDefinition() 1755 if (FwdDecl->isTemporary()) in CreateTypeDefinition() [all …]
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 7341 NamedDecl *FwdDecl = nullptr; in BuildUnaryTransformType() local 7342 if (BaseType->isIncompleteType(&FwdDecl)) { in BuildUnaryTransformType() 7344 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuildUnaryTransformType()
|