reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Support/Casting.h
  164 template<class To, class From> struct cast_retty_impl {
  167 template<class To, class From> struct cast_retty_impl<To, const From> {
  171 template<class To, class From> struct cast_retty_impl<To, From*> {
  175 template<class To, class From> struct cast_retty_impl<To, const From*> {
  184 struct cast_retty_impl<To, std::unique_ptr<From>> {