reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  566   virtual ASTContext &getASTContext() = 0;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
   83     return getASTContext().getSourceManager();
  147     const SourceManager &SM = getASTContext().getSourceManager();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  182   ASTContext &getContext() const { return AMgr.getASTContext(); }
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  194   initIdentifierInfoAndSelectors(Mgr.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  101   ASTContext &ACtx = Mgr.getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  128                                                      Mgr.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  214   auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext());
  219   Matches = match(GroupMatcherM, *D->getBody(), AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  326                                   mgr.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  342   F.match(*D->getBody(), AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
   78   auto Matches = match(stmt(forEachDescendant(CastM)), *D->getBody(), AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
  201   auto Matches = match(MatcherM, *D, AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp
   87   auto Matches = match(MatcherM, *D, AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
  100   auto Matches = match(MatcherM, *D, AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
  168   auto Matches = match(GroupM, *D, AM.getASTContext());
  188   auto Matches = match(GroupM, *D, AM.getASTContext());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  216       ObjCNoRet(mgr.getASTContext()),
 1919       ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(),
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  306     SourceManager &SM = Mgr->getASTContext().getSourceManager();