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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  183     return getState()->getSVal(S, getLocationContext());
  405         getState(), {getOriginExpr(), Index}, getLocationContext()).hasValue();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  344            !Call.getLocationContext()
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  335                                    BlockCount, getLocationContext(),
  344       return PreStmt(E, getLocationContext(), Tag);
  345     return PostStmt(E, getLocationContext(), Tag);
  353     return PreImplicitCall(D, Loc, getLocationContext(), Tag);
  354   return PostImplicitCall(D, Loc, getLocationContext(), Tag);
  553     getLocationContext()->getAnalysisDeclContext()->
  970   const LocationContext *LCtx = getLocationContext();
 1040     const ParentMap &PM = getLocationContext()->getParentMap();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  532   const LocationContext *LC = Call.getLocationContext();
  560   const LocationContext *LC = Call.getLocationContext();