clang 17.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 | isUsable () const |
bool | isUnset () const |
PtrTy | get () const |
template<typename T > | |
T * | getAs () |
void | set (PtrTy V) |
const ActionResult & | operator= (PtrTy RHS) |
void * | getAsOpaquePointer () const |
Static Public Member Functions | |
static ActionResult | getFromOpaquePointer (void *P) |
Definition at line 184 of file Ownership.h.
|
inline |
Definition at line 192 of file Ownership.h.
|
inline |
Definition at line 195 of file Ownership.h.
References V.
|
inline |
Definition at line 201 of file Ownership.h.
|
delete |
|
delete |
|
inline |
Definition at line 211 of file Ownership.h.
|
inline |
Definition at line 216 of file Ownership.h.
References clang::ActionResult< PtrTy, CompressInvalid >::get().
|
inline |
Definition at line 238 of file Ownership.h.
|
inlinestatic |
Definition at line 233 of file Ownership.h.
References P, and clang::Result.
|
inline |
Definition at line 207 of file Ownership.h.
|
inline |
Definition at line 209 of file Ownership.h.
|
inline |
Definition at line 208 of file Ownership.h.
|
inline |
Definition at line 224 of file Ownership.h.
|
inline |
Definition at line 218 of file Ownership.h.
References V.