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
  360   CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
   83     return this->get()->template cloneWithState<T>(State);
  364     return cloneWithState<CallEvent>(NewState);
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  233       checkFn(*Msg.cloneWithState<ObjCMethodCall>(Pred->getState()), C);