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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  110         assert(getLocationContext() == l);
  134                         getLocationContext(), tag);
  184     return getLocationContext()->getStackFrame();
  212     ID.AddPointer(getLocationContext());
  343     return &getLocationContext()->getCFG()->getExit();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  147     return getLocation().getLocationContext();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  658           P.getLocationContext()->getDecl(), SMng);
  669             P.getLocationContext()->getDecl(), SMng);
  675       return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext());
  685                                 CE->getLocationContext(),
  689                                 CEE->getLocationContext(),
  694                                                  CEB->getLocationContext());
  696         CEB->getLocationContext()->getDecl()->getSourceRange().getEnd(), SMng);
  712                                   FE->getLocationContext());
  717   return PathDiagnosticLocation(S, SMng, P.getLocationContext());
  833   const Decl *caller = CE.getLocationContext()->getDecl();
  835                                                     CE.getLocationContext(),
  858   callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
tools/clang/lib/Analysis/ProgramPoint.cpp
   52       getLocationContext()->getAnalysisDeclContext()->getASTContext();
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   49   const LocationContext *LC = GraphRoot->getLocation().getLocationContext();
   59     if (D != P.getLocationContext()->getDecl())
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   64     LC = P.getLocationContext();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1155       const Decl *Caller = CE->getLocationContext()->getDecl();
 2317     CFGBlock &Exit = ProgP.getLocationContext()->getCFG()->getExit();
 2342   const LocationContext *LC = P.getLocationContext();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1512                                P.getLocationContext());
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  239   if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
  240     assert(L.getLocationContext()->getCFG()->getExit().empty() &&
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  119       progPoint.getLocationContext() != pred->getLocationContext())
  138   const ParentMap &PM = progPoint.getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1958     const LocationContext *CalleeLC = Pred->getLocation().getLocationContext();
 1961                         (*G.roots_begin())->getLocation().getLocationContext();