Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/
DDebugObjC.h2 @class FwdDecl;
/external/llvm-project/clang/test/Modules/
DModuleDebugInfo.m39 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl",
82 // CHECK2: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl",
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoFlags.def32 HANDLE_DI_FLAG((1 << 2), FwdDecl)
63 // the bitwise or of Virtual and FwdDecl, which does not otherwise
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def32 HANDLE_DI_FLAG((1 << 2), FwdDecl)
63 // 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/llvm/include/llvm/IR/
DDebugInfoFlags.def22 HANDLE_DI_FLAG((1 << 2), FwdDecl)
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.h70 const NamedDecl *FwdDecl);
DChangeNamespace.cpp539 } else if (const auto *FwdDecl = in run() local
541 moveClassForwardDeclaration(Result, cast<NamedDecl>(FwdDecl)); in run()
726 const NamedDecl *FwdDecl) { in moveClassForwardDeclaration() argument
727 SourceLocation Start = FwdDecl->getBeginLoc(); in moveClassForwardDeclaration()
728 SourceLocation End = FwdDecl->getEndLoc(); in moveClassForwardDeclaration()
/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/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2401 llvm::DICompositeType *FwdDecl = getOrCreateLimitedType(Ty, DefUnit); in CreateTypeDefinition() local
2405 return FwdDecl; in CreateTypeDefinition()
2408 CollectContainingType(CXXDecl, FwdDecl); in CreateTypeDefinition()
2411 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition()
2412 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition()
2424 CollectCXXBases(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition()
2425 CollectVTableInfo(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition()
2429 CollectRecordFields(RD, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition()
2431 CollectCXXMemberFunctions(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition()
2437 DBuilder.replaceArrays(FwdDecl, Elements); 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()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp9017 NamedDecl *FwdDecl = nullptr; in BuildUnaryTransformType() local
9018 if (BaseType->isIncompleteType(&FwdDecl)) { in BuildUnaryTransformType()
9020 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuildUnaryTransformType()