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

Methods

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)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:84

Parameters

const CallEventRef<T>& Orig

CallEventRef<T> cloneWithState(
    clang::ento::ProgramStateRef State) const

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:86

Parameters

clang::ento::ProgramStateRef State

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