|
LLVM 23.0.0git
|
#include "llvm/ADT/PointerUnion.h"
Public Types | |
| using | Self |
| using | CastReturnType |
| Public Types inherited from llvm::ConstStrippingForwardingCast< To, const PointerUnion< PTs... >, CastInfo< To, PointerUnion< PTs... > > > | |
| using | DecayedFrom |
| using | NonConstFrom |
Static Public Member Functions | |
| static CastReturnType | doCast (const const PointerUnion< PTs... > &f) |
| static CastReturnType | castFailed () |
| static CastReturnType | doCastIfPossible (const 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::ConstStrippingForwardingCast< To, const PointerUnion< PTs... >, CastInfo< To, PointerUnion< PTs... > > > | |
| static bool | isPossible (const const PointerUnion< PTs... > &f) |
| static decltype(auto) | castFailed () |
| static decltype(auto) | doCast (const const PointerUnion< PTs... > &f) |
| static decltype(auto) | doCastIfPossible (const const PointerUnion< PTs... > &f) |
Definition at line 236 of file PointerUnion.h.
| using llvm::CastInfo< To, const PointerUnion< PTs... >, void >::CastReturnType |
| using llvm::CastInfo< To, const PointerUnion< PTs... >, void >::Self |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |