clang 20.0.0git
|
#include "clang/Sema/Ownership.h"
Public Member Functions | |
ActionResult (bool Invalid=false) | |
ActionResult (PtrTy V) | |
ActionResult (const DiagnosticBuilder &) | |
ActionResult (const void *)=delete | |
ActionResult (volatile void *)=delete | |
bool | isInvalid () const |
bool | isUnset () const |
bool | isUsable () const |
PtrTy | get () const |
template<typename T > | |
T * | getAs () |
ActionResult & | operator= (PtrTy RHS) |
void * | getAsOpaquePointer () const |
Static Public Member Functions | |
static ActionResult | getFromOpaquePointer (void *P) |
Definition at line 181 of file Ownership.h.
|
inline |
Definition at line 190 of file Ownership.h.
|
inline |
Definition at line 192 of file Ownership.h.
References V.
|
inline |
Definition at line 193 of file Ownership.h.
|
delete |
|
delete |
|
inline |
Definition at line 203 of file Ownership.h.
|
inline |
Definition at line 207 of file Ownership.h.
References clang::ActionResult< PtrTy, Compress >::get(), and clang::T.
|
inline |
Definition at line 225 of file Ownership.h.
|
inlinestatic |
Definition at line 218 of file Ownership.h.
References P, and clang::Result.
|
inline |
Definition at line 199 of file Ownership.h.
|
inline |
Definition at line 200 of file Ownership.h.
|
inline |
Definition at line 201 of file Ownership.h.
References clang::ActionResult< PtrTy, Compress >::isInvalid(), and clang::ActionResult< PtrTy, Compress >::isUnset().
|
inline |
Definition at line 209 of file Ownership.h.