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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  693     : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {}
  703     return Location.getKind() == CallExitEndKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   88   case ProgramPoint::CallExitEndKind: