My Project
mlir::TypeSwitch< T, ResultT > Member List

This is the complete list of members for mlir::TypeSwitch< T, ResultT >, including all inherited members.

BaseT typedefmlir::TypeSwitch< T, ResultT >
Case(CallableT &&caseFn)mlir::TypeSwitch< T, ResultT >inline
castValue(ValueT value, typename std::enable_if_t< is_detected< has_dyn_cast_t, ValueT, CastT >::value > *=nullptr)mlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >inlineprotectedstatic
castValue(ValueT value, typename std::enable_if_t< !is_detected< has_dyn_cast_t, ValueT, CastT >::value > *=nullptr)mlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >inlineprotectedstatic
Default(CallableT &&defaultFn)mlir::TypeSwitch< T, ResultT >inline
has_dyn_cast_t typedefmlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >protected
operator ResultT()mlir::TypeSwitch< T, ResultT >inline
operator=(const TypeSwitchBase &)=deletemlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >
operator=(TypeSwitchBase &&other)=deletemlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >
TypeSwitch(TypeSwitch &&other)=defaultmlir::TypeSwitch< T, ResultT >
TypeSwitchBase(const T &value)mlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >inline
TypeSwitchBase(TypeSwitchBase &&other)mlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >inline
TypeSwitchBase(const TypeSwitchBase &)=deletemlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >
valuemlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >protected
~TypeSwitchBase()=defaultmlir::detail::TypeSwitchBase< TypeSwitch< T, ResultT >, T >