clang API Documentation
#include <CallEvent.h>
Public Member Functions | |
CallEventRef (const T *Call) | |
CallEventRef (const CallEventRef &Orig) | |
CallEventRef< T > | cloneWithState (ProgramStateRef State) const |
template<typename SuperT > | |
operator CallEventRef< SuperT > () const |
Definition at line 53 of file CallEvent.h.
clang::ento::CallEventRef< T >::CallEventRef | ( | const T * | Call | ) | [inline] |
Definition at line 55 of file CallEvent.h.
clang::ento::CallEventRef< T >::CallEventRef | ( | const CallEventRef< T > & | Orig | ) | [inline] |
Definition at line 56 of file CallEvent.h.
CallEventRef<T> clang::ento::CallEventRef< T >::cloneWithState | ( | ProgramStateRef | State | ) | const [inline] |
Definition at line 58 of file CallEvent.h.
Referenced by clang::ento::ExprEngine::processCallExit(), and clang::ento::ExprEngine::VisitObjCMessage().
clang::ento::CallEventRef< T >::operator CallEventRef< SuperT > | ( | ) | const [inline] |
Definition at line 65 of file CallEvent.h.