Home
last modified time | relevance | path

Searched defs:DG (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp128 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 DIndexBody.cpp392 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
H A DIndexDecl.cpp818 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp368 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 DParseHLSL.cpp22 static bool validateDeclsInsideHLSLBuffer(Parser::DeclGroupPtrTy DG, in validateDeclsInsideHLSLBuffer()
H A DParseExprCXX.cpp2082 DeclGroupPtrTy DG; in ParseAliasDeclarationInInitStatement() local
2208 DeclGroupPtrTy DG; in ParseCXXCondition() local
2229 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() local
H A DParseStmt.cpp2103 DeclGroupPtrTy DG; in ParseForStatement() local
H A DParseObjc.cpp2282 DeclGroupRef DG = DGP.get(); in ParseObjCAtImplementationDeclaration() local
H A DParseOpenMP.cpp636 DeclGroupPtrTy DG = Actions.OpenMP().ActOnOpenMPDeclareMapperDirective( in ParseOpenMPDeclareMapperDirective() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp303 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
828 void PreambleCallbacks::HandleTopLevelDecl(DeclGroupRef DG) {} in HandleTopLevelDecl()
H A DASTUnit.cpp1085 void HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h290 DependencyGraph DG; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp181 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2311 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 DOrcV2CBindings.cpp416 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 DObjCMT.cpp137 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 DSemaTemplateDeductionGuide.cpp1206 if (auto *DG = dyn_cast<CXXDeductionGuideDecl>(G)) { in DeclareImplicitDeductionGuidesForTypeAlias() local
H A DSemaStmt.cpp81 DeclGroupRef DG = dg.get(); in ActOnDeclStmt() local
90 DeclGroupRef DG = dg.get(); in ActOnForEachDeclStmt() local
H A DSemaDeclObjC.cpp4214 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
4225 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
H A DSemaTemplateInstantiateDecl.cpp3814 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 DASTWriterDecl.cpp1732 for (auto *DG : D->getDeclContext()->noload_lookup(Name)) in VisitClassTemplateDecl() local
H A DASTWriterStmt.cpp343 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp750 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 DCFG.cpp2925 DeclGroupRef DG(*I); in VisitDeclStmt() local
3004 DeclGroupRef DG(VD); in VisitDeclSubExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2259 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare() local

12