Searched refs:TypeInterface (Results 1 – 7 of 7) sorted by relevance
197 class TypeInterface : public detail::Interface<ConcreteType, Type, Traits, Type,200 using Base = TypeInterface<ConcreteType, Traits>;
1897 // TypeInterface represents an interface registered to a type.1898 class TypeInterface<string name> : Interface<name> {
121 struct TypeInterface : public Interface { struct
16 def TestTypeInterface : TypeInterface<"TestTypeInterface"> {
142 bool TypeInterface::classof(const Interface *interface) { in classof()
120 `OpInterface`, or `TypeInterface` respectively. These classes take, as a
358 Providing a definition of the `AttrInterface`, `OpInterface`, or `TypeInterface`