/external/clang/lib/Index/ |
D | IndexingAction.cpp | 56 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() 60 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() 64 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer()
|
D | IndexBody.cpp | 267 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
|
D | IndexDecl.cpp | 449 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef()
|
/external/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 29 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 35 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 398 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/ |
D | ModuleBuilder.cpp | 140 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
D | PatchInfoLinker.cpp | 202 cm::patch::DepGraph DG(C, Policy); in link() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcV2CBindings.cpp | 439 void LLVMOrcDisposeDefinitionGenerator(LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcDisposeDefinitionGenerator() 673 LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcJITDylibAddGenerator() 680 auto DG = std::make_unique<CAPIDefinitionGenerator>(Dispose, Ctx, F); in LLVMOrcCreateCustomCAPIDefinitionGenerator() local
|
D | Core.cpp | 2445 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/ |
D | Core.cpp | 1450 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/ |
D | ObjCMT.cpp | 134 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/ |
D | ParseStmt.cpp | 1612 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement() local
|
D | ParseExprCXX.cpp | 1772 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() local
|
D | ParseObjc.cpp | 2243 DeclGroupRef DG = DGP.get(); in ParseObjCAtImplementationDeclaration() local
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 301 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 681 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local 700 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local 1028 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl()
|
D | RewriteModernObjC.cpp | 746 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/ |
D | SemaStmt.cpp | 74 DeclGroupRef DG = dg.get(); in ActOnDeclStmt() local 83 DeclGroupRef DG = dg.get(); in ActOnForEachDeclStmt() local
|
D | SemaDeclObjC.cpp | 3880 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local 3891 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
|
D | SemaTemplateInstantiateDecl.cpp | 3691 DeclGroupRef DG(Function); in InstantiateFunctionDefinition() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 937 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 228 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 1908 DotCfgDiffDisplayGraph DG = Diff.createDisplayGraph(Text, EntryBlockName); in handleFunctionCompare() local
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 2058 DeclGroupRef DG(*I); in VisitDeclStmt() local
|