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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h82 CallEventRef<T> cloneWithState(ProgramStateRef State) const { function in class:clang::ento::CallEventRef
83 return this->get()->template cloneWithState<T>(State);
360 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
363 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { function in class:clang::ento::CallEvent
364 return cloneWithState<CallEvent>(NewState);
1243 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { function in class:clang::ento::CallEvent
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp248 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
H A DCheckerManager.cpp233 checkFn(*Msg.cloneWithState<ObjCMethodCall>(Pred->getState()), C);
291 checkFn(*Call.cloneWithState(Pred->getState()), C);
H A DExprEngineCallAndReturn.cpp324 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
1043 CallEventRef<> Call = CallTemplate.cloneWithState(State);

Completed in 166 milliseconds