LLVM 20.0.0git
|
#include "llvm/ADT/PointerUnion.h"
Public Types | |
using | From = PointerUnion< PTs... > |
using | Impl = CastInfoPointerUnionImpl< PTs... > |
Static Public Member Functions | |
static bool | isPossible (From &f) |
static To | doCast (From &f) |
static To | castFailed () |
Static Public Member Functions inherited from llvm::DefaultDoCastIfPossible< To, PointerUnion< PTs... >, CastInfo< To, PointerUnion< PTs... > > > | |
static To | doCastIfPossible (PointerUnion< PTs... > f) |
Definition at line 241 of file PointerUnion.h.
using llvm::CastInfo< To, PointerUnion< PTs... > >::From = PointerUnion<PTs...> |
Definition at line 244 of file PointerUnion.h.
using llvm::CastInfo< To, PointerUnion< PTs... > >::Impl = CastInfoPointerUnionImpl<PTs...> |
Definition at line 245 of file PointerUnion.h.
|
inlinestatic |
Definition at line 253 of file PointerUnion.h.
|
inlinestatic |
Definition at line 251 of file PointerUnion.h.
|
inlinestatic |
Definition at line 247 of file PointerUnion.h.