Home
last modified time | relevance | path

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

/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp26 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
/external/clang/tools/libclang/
DIndexDecl.cpp360 void IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef()
367 DeclGroupRef DG = TUDeclsInObjCContainer.front(); in indexTUDeclsInObjCContainer() local
DIndexBody.cpp140 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
DIndexingContext.h456 void addTUDeclInObjCContainer(DeclGroupRef DG) { in addTUDeclInObjCContainer()
DIndexing.cpp330 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp371 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
376 void AnalysisConsumer::HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) { in HandleTopLevelDeclInObjCContainer()
380 void AnalysisConsumer::storeTopLevelDecls(DeclGroupRef DG) { in storeTopLevelDecls()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp69 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp86 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
91 virtual void HandleInterestingDecl(DeclGroupRef DG) { in HandleInterestingDecl()
94 virtual void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) { in HandleTopLevelDeclInObjCContainer()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2683 DeclGroupRef DG = allTUVars[i].getAsVal<DeclGroupRef>(); in ActOnAtEnd() local
2694 DeclGroupRef DG = allTUVars[i].getAsVal<DeclGroupRef>(); in ActOnAtEnd() local
DSemaStmt.cpp68 DeclGroupRef DG = dg.getAsVal<DeclGroupRef>(); in ActOnDeclStmt() local
77 DeclGroupRef DG = dg.getAsVal<DeclGroupRef>(); in ActOnForEachDeclStmt() local
DSemaTemplateInstantiateDecl.cpp3227 DeclGroupRef DG(Function); in InstantiateFunctionDefinition() local
3549 DeclGroupRef DG(Var); in InstantiateVariableDefinition() local
DSemaCodeComplete.cpp5675 DeclGroupRef DG = IterationVar.getAsVal<DeclGroupRef>(); in CodeCompleteObjCForCollection() local
DTreeTransform.h1183 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt() local
/external/clang/lib/Parse/
DParseStmt.cpp1414 DeclGroupPtrTy DG = ParseSimpleDeclaration(Stmts, Declarator::ForContext, in ParseForStatement() local
DParseObjc.cpp1587 DeclGroupRef DG = DGP.get(); in ParseObjCAtImplementationDeclaration() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp683 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
702 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
1041 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl()
DRewriteModernObjC.cpp747 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
772 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
1205 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp216 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
/external/clang/lib/Analysis/
DCFG.cpp1639 DeclGroupRef DG(*I); in VisitDeclStmt() local
/external/clang/include/clang/AST/
DStmt.h442 DeclGroupRef DG; variable