HomeSort by: relevance | last modified time | path
    Searched refs:getTranslationUnitDecl (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 42 *CI.getASTContext().getTranslationUnitDecl());
60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
ASTConsumers.cpp 45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
140 TraverseDecl(Context.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFinder.cpp 85 for (auto *CurrDecl : Context.getTranslationUnitDecl()->decls()) {
131 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
RenamingAction.cpp 51 Context.getASTContext().getTranslationUnitDecl());
141 USRs, NewQualifiedName, Context.getASTContext().getTranslationUnitDecl());
210 USRs, PrevName, Context.getTranslationUnitDecl());
258 USRList[I], NewNames[I], Context.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransARCAssign.cpp 76 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransUnusedInitDelegate.cpp 76 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransAPIUses.cpp 106 APIChecker(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransEmptyStatementsAndDealloc.cpp 196 DeclContext *DC = Ctx.getTranslationUnitDecl();
241 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransZeroOutPropsInDealloc.cpp 223 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
Transforms.cpp 521 DeclContext *DC = Ctx.getTranslationUnitDecl();
569 MigrateCtx.traverse(pass.Ctx.getTranslationUnitDecl());
TransAutoreleasePool.cpp 433 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransGCAttrs.cpp 323 MigrateCtx.Pass.Ctx.getTranslationUnitDecl());
TransRetainReleaseDealloc.cpp 458 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
TransUnbridgedCasts.cpp 465 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CloneChecker.cpp 104 Mgr.getAnalysisDeclContext(ACtx.getTranslationUnitDecl()));
164 Mgr.getAnalysisDeclContext(ACtx.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 68 v.TraverseDecl(context.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp 45 handleDecl(Context.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 82 auto *TU = Context.getTranslationUnitDecl();
237 auto *TU = Context.getTranslationUnitDecl();
299 auto *TU = Context.getTranslationUnitDecl();
424 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
510 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
SemaAttr.cpp 460 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg);
461 Context.getTranslationUnitDecl()->addDecl(PCD);
468 Context, Context.getTranslationUnitDecl(), Loc, Name, Value);
469 Context.getTranslationUnitDecl()->addDecl(PDMD);
  /src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
CallSuperAttrInfo.cpp 120 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTMerger.cpp 290 Importer->getFromContext().getTranslationUnitDecl();
374 LookupSameContext(Origin.AST->getTranslationUnitDecl(), ToDC, Reverse);
400 *Target.AST.getTranslationUnitDecl());
ComparisonCategories.cpp 93 Ctx.getTranslationUnitDecl()->lookup(&Ctx.Idents.get("std"));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp 49 SelectedASTNode(DynTypedNode::create(*Context.getTranslationUnitDecl()),
195 Visitor.TraverseDecl(Context.getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 318 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
750 auto I = ASTUnitImporterMap.find(From.getTranslationUnitDecl());
753 lazyInitImporterSharedSt(Context.getTranslationUnitDecl());
757 ASTUnitImporterMap[From.getTranslationUnitDecl()].reset(NewImporter);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 458 TranslationUnitDecl *getTranslationUnitDecl();
459 const TranslationUnitDecl *getTranslationUnitDecl() const {
460 return const_cast<Decl*>(this)->getTranslationUnitDecl();

Completed in 67 milliseconds

1 2 3