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

Definitions

include/llvm/Support/Casting.h
   75 template <typename To, typename From> struct isa_impl_cl<To, const From> {
   82 struct isa_impl_cl<To, const std::unique_ptr<From>> {
   89 template <typename To, typename From> struct isa_impl_cl<To, From*> {
  103 template <typename To, typename From> struct isa_impl_cl<To, const From*> {