|
LLVM 24.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 366 of file PointerUnion.h.
| using llvm::CastInfo< To, PointerUnion< PTs... >, void >::CastReturnType |
| using llvm::CastInfo< To, PointerUnion< PTs... > >::From = PointerUnion<PTs...> |
Definition at line 369 of file PointerUnion.h.
| using llvm::CastInfo< To, PointerUnion< PTs... >, void >::Self |
|
inlinestatic |
Definition at line 394 of file PointerUnion.h.
|
inlinestatic |
Definition at line 382 of file PointerUnion.h.
References assert(), F, llvm::CastIsPossible< To, From, Enable >::isPossible(), and llvm::Table.
|
inlinestatic |
|
inlinestatic |
Definition at line 371 of file PointerUnion.h.
References F, and llvm::Table.