clang
10.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 185 of file Ownership.h.
|
inline |
Definition at line 193 of file Ownership.h.
|
inline |
Definition at line 196 of file Ownership.h.
|
inline |
Definition at line 202 of file Ownership.h.
|
delete |
|
delete |
|
inline |
Definition at line 212 of file Ownership.h.
|
inline |
Definition at line 217 of file Ownership.h.
|
inline |
Definition at line 239 of file Ownership.h.
|
inlinestatic |
Definition at line 234 of file Ownership.h.
References clang::Result.
|
inline |
Definition at line 208 of file Ownership.h.
|
inline |
Definition at line 210 of file Ownership.h.
|
inline |
Definition at line 209 of file Ownership.h.
|
inline |
Definition at line 225 of file Ownership.h.
|
inline |
Definition at line 219 of file Ownership.h.
References V.