Home
last modified time | relevance | path

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

12

/external/clang/lib/Index/
DIndexingAction.cpp56 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
60 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl()
64 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer()
DIndexBody.cpp267 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
DIndexDecl.cpp449 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef()
/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp29 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp35 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp398 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
403 void AnalysisConsumer::HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) { in HandleTopLevelDeclInObjCContainer()
407 void AnalysisConsumer::storeTopLevelDecls(DeclGroupRef DG) { in storeTopLevelDecls()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp140 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
DPatchInfoLinker.cpp202 cm::patch::DepGraph DG(C, Policy); in link() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp439 void LLVMOrcDisposeDefinitionGenerator(LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcDisposeDefinitionGenerator()
673 LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcJITDylibAddGenerator()
680 auto DG = std::make_unique<CAPIDefinitionGenerator>(Dispose, Ctx, F); in LLVMOrcCreateCustomCAPIDefinitionGenerator() local
DCore.cpp2445 for (auto &DG : reverse(JD.DefGenerators)) in OL_applyQueryPhase1() local
2487 auto DG = IPLS->CurDefGeneratorStack.back().lock(); in OL_applyQueryPhase1() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1450 for (auto &DG : DefGenerators) { in lookupFlags() local
1493 for (auto &DG : DefGenerators) { in lodgeQuery() local
1597 for (auto &DG : DefGenerators) { in legacyLookup() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp134 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl()
142 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer()
/external/clang/lib/Parse/
DParseStmt.cpp1612 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement() local
DParseExprCXX.cpp1772 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() local
DParseObjc.cpp2243 DeclGroupRef DG = DGP.get(); in ParseObjCAtImplementationDeclaration() local
/external/clang/tools/libclang/
DIndexing.cpp301 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp681 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
700 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
1028 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl()
DRewriteModernObjC.cpp746 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
771 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
1196 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl()
/external/clang/lib/Sema/
DSemaStmt.cpp74 DeclGroupRef DG = dg.get(); in ActOnDeclStmt() local
83 DeclGroupRef DG = dg.get(); in ActOnForEachDeclStmt() local
DSemaDeclObjC.cpp3880 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
3891 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
DSemaTemplateInstantiateDecl.cpp3691 DeclGroupRef DG(Function); in InstantiateFunctionDefinition() local
/external/clang/lib/Frontend/
DASTUnit.cpp937 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp228 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DStandardInstrumentations.cpp1908 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare() local
/external/clang/lib/Analysis/
DCFG.cpp2058 DeclGroupRef DG(*I); in VisitDeclStmt() local

12