clang
7.0.0
|
#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 189 of file Ownership.h.
|
inline |
Definition at line 197 of file Ownership.h.
|
inline |
Definition at line 200 of file Ownership.h.
|
inline |
Definition at line 206 of file Ownership.h.
|
delete |
|
delete |
|
inline |
Definition at line 216 of file Ownership.h.
|
inline |
Definition at line 221 of file Ownership.h.
|
inline |
Definition at line 243 of file Ownership.h.
|
inlinestatic |
Definition at line 238 of file Ownership.h.
References clang::Result.
|
inline |
Definition at line 212 of file Ownership.h.
|
inline |
Definition at line 214 of file Ownership.h.
|
inline |
Definition at line 213 of file Ownership.h.
|
inline |
Definition at line 229 of file Ownership.h.
|
inline |
Definition at line 223 of file Ownership.h.