class CallEventRef
Declaration
template <typename T = clang::ento::CallEvent>
class CallEventRef { /* full declaration omitted */ };
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:81
Templates
- T = clang::ento::CallEvent
Method Overview
- public CallEventRef<T>(const T * Call)
- public CallEventRef<T>(const CallEventRef<T> & Orig)
- public CallEventRef<T> cloneWithState(clang::ento::ProgramStateRef State) const
- public template <typename SuperT>CallEventRef<SuperT> operator CallEventRef<type-parameter-1-0>() const
Methods
¶CallEventRef<T>(const T* Call)
CallEventRef<T>(const T* Call)
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:83
Parameters
- const T* Call
¶CallEventRef<T>(const CallEventRef<T>& Orig)
CallEventRef<T>(const CallEventRef<T>& Orig)
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:84
Parameters
- const CallEventRef<T>& Orig
¶CallEventRef<T> cloneWithState(
clang::ento::ProgramStateRef State) const
CallEventRef<T> cloneWithState(
clang::ento::ProgramStateRef State) const
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:86
Parameters
¶template <typename SuperT>
CallEventRef<SuperT> operator CallEventRef<
type - parameter - 1 - 0>() const
template <typename SuperT>
CallEventRef<SuperT> operator CallEventRef<
type - parameter - 1 - 0>() const
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:93
Templates
- SuperT