HomeSort by relevance Sort by last modified time
    Searched refs:getTranslationUnitDecl (Results 1 - 25 of 55) 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 109 APIChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransEmptyStatementsAndDealloc.cpp 203 DeclContext *DC = Ctx.getTranslationUnitDecl();
251 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransZeroOutPropsInDealloc.cpp 228 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
Transforms.cpp 527 DeclContext *DC = Ctx.getTranslationUnitDecl();
578 MigrateCtx.traverse(pass.Ctx.getTranslationUnitDecl());
TransAutoreleasePool.cpp 434 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransGCAttrs.cpp 332 MigrateCtx.Pass.Ctx.getTranslationUnitDecl());
TransRetainReleaseDealloc.cpp 464 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransUnbridgedCasts.cpp 460 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 40 TraverseDecl(context.getTranslationUnitDecl());
  /external/clang/lib/Frontend/
ASTConsumers.cpp 45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
101 TraverseDecl(Context.getTranslationUnitDecl());
177 PrintDeclContext(C.getTranslationUnitDecl(), 4);
487 C.getTranslationUnitDecl()->dumpXML(OS);
ASTMerge.cpp 58 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
  /frameworks/compile/slang/
slang_rs_context.cpp 143 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
230 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
slang_rs_check_ast.cpp 152 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
slang_rs_export_func.cpp 76 Ctx.getTranslationUnitDecl(),
slang_rs_backend.cpp 134 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
  /external/clang/unittests/Tooling/
TestVisitor.h 69 Visitor->TraverseDecl(Context.getTranslationUnitDecl());
RefactoringTest.cpp 225 Visitor->TraverseDecl(Context.getTranslationUnitDecl());
  /external/clang/lib/AST/
ASTContext.cpp 523 TemplateTypeParmDecl::Create(*this, getTranslationUnitDecl(),
543 Param = NonTypeTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
554 Param = NonTypeTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
571 = TemplateTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
773 getTranslationUnitDecl(),
787 getTranslationUnitDecl(),
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 443 ActiveASTContext->getTranslationUnitDecl())
681 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
  /external/clang/include/clang/AST/
DeclBase.h 382 TranslationUnitDecl *getTranslationUnitDecl();
383 const TranslationUnitDecl *getTranslationUnitDecl() const {
384 return const_cast<Decl*>(this)->getTranslationUnitDecl();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
220 TraverseDecl(ctx.getTranslationUnitDecl());
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 383 LookupQualifiedName(R, Context.getTranslationUnitDecl());
454 LookupQualifiedName(R, Context.getTranslationUnitDecl());
    [all...]
SemaExprObjC.cpp 130 Context.getTranslationUnitDecl(),
205 CX.getTranslationUnitDecl(),
448 DeclContext *TU = Context.getTranslationUnitDecl();
624 Context.getTranslationUnitDecl(),
647 Context.getTranslationUnitDecl(),
742 Context.getTranslationUnitDecl(),
765 Context.getTranslationUnitDecl(),
    [all...]

Completed in 214 milliseconds

1 2 3