Searched refs:AttrInterface (Results 1 – 5 of 5) sorted by relevance
109 struct AttrInterface : public Interface { struct
126 bool AttrInterface::classof(const Interface *interface) { in classof()
119 These interfaces are defined by overriding the CRTP base class `AttrInterface`,
358 Providing a definition of the `AttrInterface`, `OpInterface`, or `TypeInterface`
1887 // AttrInterface represents an interface registered to an attribute.1888 class AttrInterface<string name> : Interface<name> {