Lines Matching defs:interface
84 // Initialize the interface methods.
89 // Initialize the interface base classes.
91 // Chained inheritance will produce duplicates in the base interface set.
99 // Add the base interface.
109 // Return the name of this interface.
114 // Returns this interface's name prefixed with namespaces.
123 // Return the C++ namespace of this interface.
128 // Return the methods of this interface.
177 bool AttrInterface::classof(const Interface *interface) {
178 return interface->getDef().isSubClassOf("AttrInterface");
185 bool OpInterface::classof(const Interface *interface) {
186 return interface->getDef().isSubClassOf("OpInterface");
193 bool TypeInterface::classof(const Interface *interface) {
194 return interface->getDef().isSubClassOf("TypeInterface");