Searched refs:FwdDecl (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | DebugObjC.h | 2 @class FwdDecl;
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | ModuleDebugInfo.m | 40 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl", 83 // CHECK2: !DICompositeType(tag: DW_TAG_structure_type, name: "FwdDecl",
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.h | 70 const NamedDecl *FwdDecl);
|
| H A D | ChangeNamespace.cpp | 539 } 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()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2579 return FwdDecl; in CreateTypeDefinition() 2582 CollectContainingType(CXXDecl, FwdDecl); in CreateTypeDefinition() 2585 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition() 2586 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition() 2603 CollectRecordFields(RD, DefUnit, EltTys, FwdDecl); in CreateTypeDefinition() 2611 DBuilder.replaceArrays(FwdDecl, Elements); in CreateTypeDefinition() 2613 if (FwdDecl->isTemporary()) in CreateTypeDefinition() 2614 FwdDecl = in CreateTypeDefinition() 2617 RegionMap[Ty->getDecl()].reset(FwdDecl); in CreateTypeDefinition() 2618 return FwdDecl; in CreateTypeDefinition() [all …]
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/ |
| H A D | llvm_debuginfo.ml | 66 | FwdDecl Constructor
|
| H A D | llvm_debuginfo.mli | 66 | FwdDecl Constructor
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 9226 NamedDecl *FwdDecl = nullptr; in BuildUnaryTransformType() local 9227 if (BaseType->isIncompleteType(&FwdDecl)) { in BuildUnaryTransformType() 9229 Diag(FwdDecl->getLocation(), diag::note_forward_declaration) << FwdDecl; in BuildUnaryTransformType()
|