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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  634     : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {}
  655     return Location.getKind() == CallEnterKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   82   case ProgramPoint::CallEnterKind:
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  170     case ProgramPoint::CallEnterKind: