clang
6.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 177 of file Ownership.h.
|
inline |
Definition at line 183 of file Ownership.h.
|
inline |
Definition at line 186 of file Ownership.h.
|
inline |
Definition at line 191 of file Ownership.h.
|
delete |
|
delete |
|
inline |
Definition at line 201 of file Ownership.h.
|
inline |
Definition at line 205 of file Ownership.h.
References clang::T.
|
inline |
Definition at line 227 of file Ownership.h.
|
inlinestatic |
Definition at line 222 of file Ownership.h.
References clang::Result.
|
inline |
Definition at line 197 of file Ownership.h.
|
inline |
Definition at line 199 of file Ownership.h.
|
inline |
Definition at line 198 of file Ownership.h.
|
inline |
Definition at line 213 of file Ownership.h.
|
inline |
Definition at line 207 of file Ownership.h.