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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  340   ProgramPoint getProgramPoint(bool IsPreVisit = false,

References

tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  230       const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker);
  288       const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  679   Bldr.generateNode(Call.getProgramPoint(), State, Pred);