/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 44 TranslationUnitDecl *D = Context.getTranslationUnitDecl(); in HandleTranslationUnit() 109 TraverseDecl(Context.getTranslationUnitDecl()); in HandleTranslationUnit() 190 PrintDeclContext(C.getTranslationUnitDecl(), 4); in HandleTranslationUnit()
|
D | ASTMerge.cpp | 61 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction()
|
/external/clang/lib/ARCMigrate/ |
D | TransEmptyStatementsAndDealloc.cpp | 198 DeclContext *DC = Ctx.getTranslationUnitDecl(); in cleanupDeallocOrFinalize() 243 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeEmptyStatementsAndDeallocFinalize()
|
D | TransUnusedInitDelegate.cpp | 77 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteUnusedInitDelegate()
|
D | TransARCAssign.cpp | 77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in makeAssignARCSafe()
|
D | TransAPIUses.cpp | 107 APIChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in checkAPIUses()
|
D | TransZeroOutPropsInDealloc.cpp | 226 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeZeroOutPropsInDeallocFinalize()
|
D | Transforms.cpp | 525 DeclContext *DC = Ctx.getTranslationUnitDecl(); in GCRewriteFinalize() 573 MigrateCtx.traverse(pass.Ctx.getTranslationUnitDecl()); in traverseAST()
|
D | TransRetainReleaseDealloc.cpp | 454 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in removeRetainReleaseDeallocFinalize()
|
D | TransGCAttrs.cpp | 328 MigrateCtx.Pass.Ctx.getTranslationUnitDecl()); in traverseTU()
|
D | TransUnbridgedCasts.cpp | 468 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteUnbridgedCasts()
|
D | TransAutoreleasePool.cpp | 434 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl()); in rewriteAutoreleasePool()
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
|
D | EvaluateAsRValueTest.cpp | 74 Evaluator.TraverseDecl(Ctx.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 69 v.TraverseDecl(context.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/clang/docs/ |
D | RAVFrontendAction.rst | 51 Visitor.TraverseDecl(Context.getTranslationUnitDecl()); 182 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
|
D | IntroductionToTheClangAST.rst | 87 `getTranslationUnitDecl <http://clang.llvm.org/doxygen/classclang_1_1ASTContext.html#abd909fb01ef10…
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 64 TraverseDecl(context.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 87 Visitor->TraverseDecl(Context.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 116 DestContext = Context.getTranslationUnitDecl(); in CorrectTypo()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 407 TranslationUnitDecl *getTranslationUnitDecl(); 408 const TranslationUnitDecl *getTranslationUnitDecl() const { in getTranslationUnitDecl() function 409 return const_cast<Decl*>(this)->getTranslationUnitDecl(); in getTranslationUnitDecl()
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 616 ActiveASTContext->getTranslationUnitDecl()) in memoizedMatchesAncestorOfRecursively() 983 Visitor.TraverseDecl(Context.getTranslationUnitDecl()); in matchAST()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) { in Resolver() 219 TraverseDecl(ctx.getTranslationUnitDecl()); in HandleTranslationUnit() 1214 TraverseDecl(ctx.getTranslationUnitDecl()); in HandleTranslationUnit()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 480 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXTypeid() 559 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof() 1772 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindAllocationFunctions() 1819 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions() 2146 DeclContext *GlobalCtx = Context.getTranslationUnitDecl(); in DeclareGlobalAllocationFunction() 2227 Context.getTranslationUnitDecl()->addDecl(Alloc); in DeclareGlobalAllocationFunction() 2237 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindUsualDeallocationFunction() 4138 Sema::ContextRAII TUContext(S, S.Context.getTranslationUnitDecl()); in evaluateTypeTrait() 4315 Sema::ContextRAII TUContext(Self, Self.Context.getTranslationUnitDecl()); in EvaluateBinaryTypeTrait() 4365 Sema::ContextRAII TUContext(Self, Self.Context.getTranslationUnitDecl()); in EvaluateBinaryTypeTrait()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1347 C.getTranslationUnitDecl(), in GenerateCopyHelperFunction() 1522 FunctionDecl *FD = FunctionDecl::Create(C, C.getTranslationUnitDecl(), in GenerateDestroyHelperFunction() 1809 Context.getTranslationUnitDecl(), in generateByrefCopyHelper() 1883 Context.getTranslationUnitDecl(), in generateByrefDisposeHelper()
|