HomeSort by relevance Sort by last modified time
    Searched refs:getTranslationUnitDecl (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransUnusedInitDelegate.cpp 77 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransAPIUses.cpp 107 APIChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransEmptyStatementsAndDealloc.cpp 200 DeclContext *DC = Ctx.getTranslationUnitDecl();
245 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransZeroOutPropsInDealloc.cpp 226 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
Transforms.cpp 529 DeclContext *DC = Ctx.getTranslationUnitDecl();
577 MigrateCtx.traverse(pass.Ctx.getTranslationUnitDecl());
TransAutoreleasePool.cpp 434 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransGCAttrs.cpp 330 MigrateCtx.Pass.Ctx.getTranslationUnitDecl());
TransRetainReleaseDealloc.cpp 464 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransUnbridgedCasts.cpp 468 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
  /external/clang/unittests/AST/
EvaluateAsRValueTest.cpp 75 Evaluator.TraverseDecl(Ctx.getTranslationUnitDecl());
ExternalASTSourceTest.cpp 33 getCompilerInstance().getASTContext().getTranslationUnitDecl()
  /external/clang/lib/Frontend/
ASTMerge.cpp 59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
ASTConsumers.cpp 45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
105 TraverseDecl(Context.getTranslationUnitDecl());
181 PrintDeclContext(C.getTranslationUnitDecl(), 4);
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 52 TraverseDecl(context.getTranslationUnitDecl());
  /frameworks/compile/slang/
slang_rs_context.cpp 124 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
211 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
slang_rs_export_func.cpp 73 Ctx.getTranslationUnitDecl(),
slang_rs_check_ast.cpp 274 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
slang_rs_export_foreach.cpp 371 Ctx.getTranslationUnitDecl(),
  /external/lldb/source/Symbol/
ClangASTContext.cpp 356 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();
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 87 Visitor->TraverseDecl(Context.getTranslationUnitDecl());
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 157 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/
ExternalSemaSourceTest.cpp 117 DestContext = Context.getTranslationUnitDecl();
  /external/clang/include/clang/AST/
DeclBase.h 393 TranslationUnitDecl *getTranslationUnitDecl();
394 const TranslationUnitDecl *getTranslationUnitDecl() const {
395 return const_cast<Decl*>(this)->getTranslationUnitDecl();
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
220 TraverseDecl(ctx.getTranslationUnitDecl());
    [all...]

Completed in 529 milliseconds

1 2 3