Home
last modified time | relevance | path

Searched refs:FwdDecl (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoFlags.def24 HANDLE_DI_FLAG((1 << 2), FwdDecl)
53 // the bitwise or of Virtual and FwdDecl, which does not otherwise
/external/clang/test/Modules/
DModuleDebugInfo.m47 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl",
92 // CHECK2: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl",
/external/clang/test/Modules/Inputs/
DDebugObjC.h2 @class FwdDecl;
/external/llvm/include/llvm/IR/
DDebugInfoFlags.def22 HANDLE_DI_FLAG((1 << 2), FwdDecl)
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1717 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/
DSemaType.cpp7341 NamedDecl *FwdDecl = nullptr; in BuildUnaryTransformType() local
7342 if (BaseType->isIncompleteType(&FwdDecl)) { in BuildUnaryTransformType()
7344 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuildUnaryTransformType()