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

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporterSharedState.h 26 class TranslationUnitDecl;
49 ASTImporterSharedState(TranslationUnitDecl &ToTU) {
ASTImporterLookupTable.h 63 ASTImporterLookupTable(TranslationUnitDecl &TU);
ASTImporter.h 49 class TranslationUnitDecl;
389 TranslationUnitDecl *GetFromTU(Decl *ToD);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/
USRLocFinder.h 34 /// \param TranslationUnitDecl The translation unit declaration.
39 llvm::StringRef NewName, Decl *TranslationUnitDecl);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
UncountedLambdaCapturesChecker.cpp 23 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
30 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
54 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
NoUncountedMembersChecker.cpp 29 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
65 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
RefCntblBaseVirtualDtorChecker.cpp 23 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
34 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
58 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
UncountedCallArgsChecker.cpp 29 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
37 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
61 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
UncountedLocalVarsChecker.cpp 129 : public Checker<check::ASTDecl<TranslationUnitDecl>> {
137 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
161 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 211 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
216 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
235 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
240 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
268 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
CloneChecker.cpp 44 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
66 void CloneChecker::checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
PaddingChecker.cpp 33 class PaddingChecker : public Checker<check::ASTDecl<TranslationUnitDecl>> {
41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
65 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
CheckerDocumentation.cpp 212 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
LLVMConventionsChecker.cpp 46 return isa<TranslationUnitDecl>(ND->getDeclContext());
  /src/external/apache2/llvm/dist/clang/utils/
make-ast-dump-check.sh 62 /TranslationUnitDecl/ {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 529 llvm::StringRef NewName, Decl *TranslationUnitDecl) {
530 RenameLocFinder Finder(USRs, TranslationUnitDecl->getASTContext());
531 Finder.TraverseDecl(TranslationUnitDecl);
534 TranslationUnitDecl->getASTContext().getSourceManager();
559 if (!llvm::isa<clang::TranslationUnitDecl>(
577 SM, TranslationUnitDecl->getASTContext().getLangOpts());
  /src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h 36 class TranslationUnitDecl;
198 void lazyInitImporterSharedSt(TranslationUnitDecl *ToTU);
212 llvm::DenseMap<TranslationUnitDecl *, std::unique_ptr<ASTImporter>>;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
ASTConsumers.cpp 45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp 84 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) {
ASTDumper.cpp 221 const ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
Lookup.cpp 203 isa<TranslationUnitDecl>(FromDecl->getDeclContext());
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 35 class TranslationUnitDecl;
445 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
540 CheckerFn<void (const TranslationUnitDecl *, AnalysisManager &,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 42 if (!isa<TranslationUnitDecl>(DC)) {
424 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
510 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.h 122 void traverse(TranslationUnitDecl *TU);

Completed in 46 milliseconds

1 2 3 4