Searched refs:getTranslationUnitDecl (Results 1 - 25 of 63) sorted by relevance

123

/external/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransUnusedInitDelegate.cpp77 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransAPIUses.cpp107 APIChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransEmptyStatementsAndDealloc.cpp200 DeclContext *DC = Ctx.getTranslationUnitDecl();
245 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransZeroOutPropsInDealloc.cpp226 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransforms.cpp529 DeclContext *DC = Ctx.getTranslationUnitDecl();
577 MigrateCtx.traverse(pass.Ctx.getTranslationUnitDecl());
H A DTransAutoreleasePool.cpp434 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransGCAttrs.cpp330 MigrateCtx.Pass.Ctx.getTranslationUnitDecl());
H A DTransRetainReleaseDealloc.cpp464 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransUnbridgedCasts.cpp468 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
/external/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp75 Evaluator.TraverseDecl(Ctx.getTranslationUnitDecl());
H A DExternalASTSourceTest.cpp33 getCompilerInstance().getASTContext().getTranslationUnitDecl()
/external/clang/lib/Frontend/
H A DASTMerge.cpp59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
H A DASTConsumers.cpp45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
105 TraverseDecl(Context.getTranslationUnitDecl());
181 PrintDeclContext(C.getTranslationUnitDecl(), 4);
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp52 TraverseDecl(context.getTranslationUnitDecl());
/external/lldb/source/Symbol/
H A DClangASTContext.cpp356 ast->getTranslationUnitDecl()->setHasExternalLexicalStorage(true);
357 //ast->getTranslationUnitDecl()->setHasExternalVisibleStorage(true);
370 ast->getTranslationUnitDecl()->setHasExternalLexicalStorage(false);
371 //ast->getTranslationUnitDecl()->setHasExternalVisibleStorage(false);
392 m_ast_ap->getTranslationUnitDecl()->setHasExternalLexicalStorage();
393 //m_ast_ap->getTranslationUnitDecl()->setHasExternalVisibleStorage();
1043 return ast->getTranslationUnitDecl();
1140 decl_ctx = ast->getTranslationUnitDecl();
1197 ast->getTranslationUnitDecl(), // Is this the right decl context?, SourceLocation StartLoc,
1211 ast->getTranslationUnitDecl(), // I
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp157 clang::TranslationUnitDecl *translation_unit_decl = m_type_vendor.m_ast_ctx.getASTContext()->getTranslationUnitDecl();
195 ast_ctx->getTranslationUnitDecl(),
207 ast_ctx->getTranslationUnitDecl()->addDecl(new_iface_decl);
617 clang::DeclContext::lookup_const_result lookup_result = ast_ctx->getTranslationUnitDecl()->lookup(decl_name);
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp117 DestContext = Context.getTranslationUnitDecl();
/external/clang/unittests/Tooling/
H A DTestVisitor.h87 Visitor->TraverseDecl(Context.getTranslationUnitDecl());
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp495 ActiveASTContext->getTranslationUnitDecl())
841 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
/external/clang/include/clang/AST/
H A DDeclBase.h393 TranslationUnitDecl *getTranslationUnitDecl();
394 const TranslationUnitDecl *getTranslationUnitDecl() const { function in class:clang::Decl
395 return const_cast<Decl*>(this)->getTranslationUnitDecl();
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
219 TraverseDecl(ctx.getTranslationUnitDecl());
1214 TraverseDecl(ctx.getTranslationUnitDecl());
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp457 LookupQualifiedName(R, Context.getTranslationUnitDecl());
536 LookupQualifiedName(R, Context.getTranslationUnitDecl());
1666 DeclContext *TUDecl = Context.getTranslationUnitDecl();
1713 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl());
2040 DeclContext *GlobalCtx = Context.getTranslationUnitDecl();
2116 Context.getTranslationUnitDecl()->addDecl(Alloc);
2126 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl());
3667 Sema::ContextRAII TUContext(S, S.Context.getTranslationUnitDecl());
3845 Sema::ContextRAII TUContext(Self, Self.Context.getTranslationUnitDecl());
3895 Sema::ContextRAII TUContext(Self, Self.Context.getTranslationUnitDecl());
[all...]
H A DSemaExprObjC.cpp134 Context.getTranslationUnitDecl(),
209 CX.getTranslationUnitDecl(),
472 DeclContext *TU = Context.getTranslationUnitDecl();
642 Context.getTranslationUnitDecl(),
663 Context.getTranslationUnitDecl(), false /*Instance*/,
757 Context.getTranslationUnitDecl(),
780 Context.getTranslationUnitDecl(),
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1303 C.getTranslationUnitDecl(),
1475 FunctionDecl *FD = FunctionDecl::Create(C, C.getTranslationUnitDecl(),
1767 Context.getTranslationUnitDecl(),
1838 Context.getTranslationUnitDecl(),

Completed in 297 milliseconds

123