Searched defs:cloneWithState (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h83 CallEventRef<T> cloneWithState(ProgramStateRef State) const { function in class:clang::ento::CallEventRef
84 return this->get()->template cloneWithState<T>(State);
361 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
364 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { function in class:clang::ento::CallEvent
365 return cloneWithState<CallEvent>(NewState);
1083 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { function in class:clang::ento::CallEvent

Completed in 662 milliseconds