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

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  496       if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) {
  543       if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  507       S = LCtx->getStackFrame()->getCallSite();
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  180   const Stmt *CallSite = Context.getStackFrame()->getCallSite();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  288   const Stmt *CallSite = CExit.getCalleeContext()->getCallSite();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  943         if (CEE->getCalleeContext()->getCallSite() == S)
  977     if (CalleeContext->getCallSite() != S)
 1431           InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite())
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1386   const Stmt *CallSite = CalleeCtx->getCallSite();
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  475           LCtx->getStackFrame()->getCallSite())) {
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  330         ->getCallSite();
  342     return CEE->getCalleeContext()->getCallSite();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1851   const Stmt *CE = CalleeSF->getCallSite();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  206             cast<Expr>(SFC->getCallSite()), State, CallerLCtx,
  436         LCtx->getStackFrame()->getCallSite());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
   88         S = CEE->getCalleeContext()->getCallSite();
  212   const Stmt *CE = calleeCtx->getCallSite();