|
LLVM 23.0.0git
|
#include "llvm/ADT/PointerUnion.h"
Public Types | |
| using | From = PointerUnion<PTs...> |
| using | Self |
| using | CastReturnType |
Static Public Member Functions | |
| static bool | isPossible (From &f) |
| static To | doCast (From &f) |
| static To | castFailed () |
| static CastReturnType | doCastIfPossible (const PointerUnion< PTs... > &f) |
| Static Public Member Functions inherited from llvm::CastIsPossible< To, From, Enable > | |
| static bool | isPossible (const From &f) |
| Static Public Member Functions inherited from llvm::DefaultDoCastIfPossible< To, PointerUnion< PTs... >, CastInfo< To, PointerUnion< PTs... > > > | |
| static To | doCastIfPossible (PointerUnion< PTs... > f) |
Definition at line 218 of file PointerUnion.h.
| using llvm::CastInfo< To, PointerUnion< PTs... >, void >::CastReturnType |
| using llvm::CastInfo< To, PointerUnion< PTs... > >::From = PointerUnion<PTs...> |
Definition at line 221 of file PointerUnion.h.
| using llvm::CastInfo< To, PointerUnion< PTs... >, void >::Self |
|
inlinestatic |
Definition at line 232 of file PointerUnion.h.
|
inlinestatic |
Definition at line 227 of file PointerUnion.h.
References assert(), and llvm::CastIsPossible< To, From, Enable >::isPossible().
|
inlinestatic |
|
inlinestatic |
Definition at line 223 of file PointerUnion.h.