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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 113 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
115 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
118 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
133 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
135 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
138 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
156 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
CheckerDocumentation.cpp 178 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
LLVMConventionsChecker.cpp 48 return isa<TranslationUnitDecl>(ND->getDeclContext());
  /external/clang/lib/Frontend/
ASTMerge.cpp 58 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();