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

References

tools/clang/lib/Analysis/PathDiagnostic.cpp
  688     return getLocationForCaller(CEE->getCalleeContext(),
  834   PathDiagnosticLocation pos = getLocationForCaller(CE.getCalleeContext(),
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  288   const Stmt *CallSite = CExit.getCalleeContext()->getCallSite();
 1200     C.updateLocCtxMap(&Call->path, CE->getCalleeContext());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  943         if (CEE->getCalleeContext()->getCallSite() == S)
  976     const StackFrameContext *CalleeContext = CEE->getCalleeContext();
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  342     return CEE->getCalleeContext()->getCallSite();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
   88         S = CEE->getCalleeContext()->getCallSite();
   99         } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());