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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h60 CallEventRef<T> cloneWithState(ProgramStateRef State) const { function in class:clang::ento::CallEventRef
61 return this->getPtr()->template cloneWithState<T>(State);
328 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
331 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { function in class:clang::ento::CallEvent
332 return cloneWithState<CallEvent>(NewState);
1007 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { function in class:clang::ento::CallEvent
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp158 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
H A DCheckerManager.cpp199 checkFn(*Msg.cloneWithState<ObjCMethodCall>(Pred->getState()), C);
242 checkFn(*Call.cloneWithState(Pred->getState()), C);
H A DExprEngineCallAndReturn.cpp325 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
869 CallEventRef<> Call = CallTemplate.cloneWithState(State);

Completed in 120 milliseconds