/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 44 Context.getTranslationUnitDecl()->print(Out, Policy); in HandleTranslationUnit() 103 PrintDeclContext(C.getTranslationUnitDecl(), 4); in HandleTranslationUnit() 413 C.getTranslationUnitDecl()->dumpXML(OS); in HandleTranslationUnit()
|
D | ASTMerge.cpp | 58 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction()
|
/external/clang/lib/Index/ |
D | Program.cpp | 49 FindEntitiesInDC(Ctx.getTranslationUnitDecl(), *this, Handler); in FindEntities()
|
D | SelectorMap.cpp | 63 SelMapper(SelMethMap, SelRefMap).Visit(Ctx.getTranslationUnitDecl()); in SelectorMap()
|
D | DeclReferenceMap.cpp | 72 RefMapper(Map).Visit(Ctx.getTranslationUnitDecl()); in DeclReferenceMap()
|
D | CallGraph.cpp | 72 DeclContext *DC = Ctx.getTranslationUnitDecl(); in addTU()
|
D | Indexer.cpp | 77 SelIdx.Visit(Ctx.getTranslationUnitDecl()); in IndexAST()
|
D | Entity.cpp | 169 Parent.isInvalid() ? AST.getTranslationUnitDecl() in getDecl()
|
/external/clang/lib/ARCMigrate/ |
D | TransEmptyStatementsAndDealloc.cpp | 175 DeclContext *DC = Ctx.getTranslationUnitDecl(); in removeDeallocMethod() 203 .TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeEmptyStatementsAndDealloc()
|
D | TransUnusedInitDelegate.cpp | 73 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteUnusedInitDelegate()
|
D | TransARCAssign.cpp | 74 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in makeAssignARCSafe()
|
D | TransBlockObjCVariable.cpp | 142 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteBlockObjCVariable()
|
D | TransAPIUses.cpp | 122 APIChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in checkAPIUses()
|
D | TransUnbridgedCasts.cpp | 202 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteUnbridgedCasts()
|
D | TransZeroOutPropsInDealloc.cpp | 197 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeZeroOutPropsInDealloc()
|
D | TransRetainReleaseDealloc.cpp | 218 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeRetainReleaseDealloc()
|
D | TransProperties.cpp | 363 ImplementationChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteProperties()
|
D | TransAutoreleasePool.cpp | 435 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteAutoreleasePool()
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 41 TraverseDecl(context.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 155 TraverseDecl(ctx.getTranslationUnitDecl()); in HandleTranslationUnit() 398 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) { in Resolver() 448 TraverseDecl(ctx.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 335 TranslationUnitDecl *getTranslationUnitDecl(); 336 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function 337 return const_cast<Decl*>(this)->getTranslationUnitDecl(); in getTranslationUnitDecl()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1082 C.getTranslationUnitDecl(), in GenerateCopyHelperFunction() 1196 FunctionDecl *FD = FunctionDecl::Create(C, C.getTranslationUnitDecl(), in GenerateDestroyHelperFunction() 1431 Context.getTranslationUnitDecl(), in generateByrefCopyHelper() 1500 Context.getTranslationUnitDecl(), in generateByrefDisposeHelper()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 204 TranslationUnitDecl *Decl::getTranslationUnitDecl() { in getTranslationUnitDecl() function in Decl 220 return getTranslationUnitDecl()->getASTContext(); in getASTContext()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 440 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof() 1284 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindAllocationFunctions() 1323 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions() 1615 DeclContext *GlobalCtx = Context.getTranslationUnitDecl(); in DeclareGlobalAllocationFunction() 1679 Context.getTranslationUnitDecl()->addDecl(Alloc); in DeclareGlobalAllocationFunction() 1755 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindDeallocationFunction() 1936 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in ActOnCXXDelete() 3065 Sema::ContextRAII TUContext(Self, Self.Context.getTranslationUnitDecl()); in EvaluateBinaryTypeTrait()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 233 TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in HandleTranslationUnit()
|