/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 128 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() 132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() 136 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer()
|
H A D | IndexBody.cpp | 392 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
|
H A D | IndexDecl.cpp | 818 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 368 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl() 373 void AnalysisConsumer::HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) { in HandleTopLevelDeclInObjCContainer() 377 void AnalysisConsumer::storeTopLevelDecls(DeclGroupRef DG) { in storeTopLevelDecls()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseHLSL.cpp | 22 static bool validateDeclsInsideHLSLBuffer(Parser::DeclGroupPtrTy DG, in validateDeclsInsideHLSLBuffer()
|
H A D | ParseExprCXX.cpp | 2082 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement() local 2208 DeclGroupPtrTy DG; in ParseCXXCondition() local 2229 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() local
|
H A D | ParseStmt.cpp | 2103 DeclGroupPtrTy DG; in ParseForStatement() local
|
H A D | ParseObjc.cpp | 2282 DeclGroupRef DG = DGP.get(); in ParseObjCAtImplementationDeclaration() local
|
H A D | ParseOpenMP.cpp | 636 DeclGroupPtrTy DG = Actions.OpenMP().ActOnOpenMPDeclareMapperDirective( in ParseOpenMPDeclareMapperDirective() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 303 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() 828 void PreambleCallbacks::HandleTopLevelDecl(DeclGroupRef DG) {} in HandleTopLevelDecl()
|
H A D | ASTUnit.cpp | 1085 void HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.h | 290 DependencyGraph DG; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 181 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 2311 if (auto DG = IPLS.CurDefGeneratorStack.back().lock()) { in OL_resumeLookupAfterGeneration() local 2395 for (auto &DG : reverse(JD.DefGenerators)) in OL_applyQueryPhase1() local 2444 auto DG = IPLS->CurDefGeneratorStack.back().lock(); in OL_applyQueryPhase1() local 2974 for (auto &DG : EmittedDeps) { in simplifyDepGroups() local 3032 for (auto &DG : EmittedDeps) { in simplifyDepGroups() local 3458 for (auto &DG : DepGroups) { in OL_notifyEmitted() local
|
H A D | OrcV2CBindings.cpp | 416 void LLVMOrcDisposeDefinitionGenerator(LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcDisposeDefinitionGenerator() 641 LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcJITDylibAddGenerator() 648 auto DG = std::make_unique<CAPIDefinitionGenerator>(Dispose, Ctx, F); in LLVMOrcCreateCustomCAPIDefinitionGenerator() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 137 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() 142 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() 145 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeductionGuide.cpp | 1206 if (auto *DG = dyn_cast<CXXDeductionGuideDecl>(G)) { in DeclareImplicitDeductionGuidesForTypeAlias() local
|
H A D | SemaStmt.cpp | 81 DeclGroupRef DG = dg.get(); in ActOnDeclStmt() local 90 DeclGroupRef DG = dg.get(); in ActOnForEachDeclStmt() local
|
H A D | SemaDeclObjC.cpp | 4214 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local 4225 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 3814 Sema::DeclGroupPtrTy DG = SemaRef.OpenMP().ActOnOpenMPDeclareMapperDirective( in VisitOMPDeclareMapperDecl() local 5203 DeclGroupRef DG(Function); in InstantiateFunctionDefinition() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1732 for (auto *DG : D->getDeclContext()->noload_lookup(Name)) in VisitClassTemplateDecl() local
|
H A D | ASTWriterStmt.cpp | 343 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 750 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local 775 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local 1198 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 2925 DeclGroupRef DG(*I); in VisitDeclStmt() local 3004 DeclGroupRef DG(VD); in VisitDeclSubExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2259 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare() local
|