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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  672     : ProgramPoint(RS, CallExitBeginKind, L, nullptr) { }
  682     return Location.getKind() == CallExitBeginKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   85   case ProgramPoint::CallExitBeginKind:
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  174     case ProgramPoint::CallExitBeginKind: