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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  646     const StackFrameContext *CalleeCtx = getCalleeContext();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  684     return getLocationForCaller(CE->getCalleeContext(),
  854   const StackFrameContext *CalleeCtx = CE.getCalleeContext();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  684               InitMethodContext = CEP->getCalleeContext();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1132       const StackFrameContext *CalleeLC = CE->getCalleeContext();
 1172       C.updateLocCtxMap(&Call->path, CE->getCalleeContext());
 3093       const Decl* D = CE->getCalleeContext()->getDecl();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  647       if (CE->getCalleeContext() == OriginalSCtx)
 1140     if (CE->getCalleeContext() != CalleeSFC)
 1425           CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
 1431           InitE = cast<ObjCMessageExpr>(CE->getCalleeContext()->getCallSite())
 2775   CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);
 2805       BR.markInteresting(CEnter->getCalleeContext());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
   42   const StackFrameContext *calleeCtx = CE.getCalleeContext();
   99         } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
  107       if (CE->getCalleeContext() == SF)