Lines Matching refs:Interface
26 using mlir::tblgen::Interface;
87 void emitConceptDecl(const Interface &interface);
88 void emitModelDecl(const Interface &interface);
89 void emitModelMethodsDef(const Interface &interface);
90 void emitTraitDecl(const Interface &interface, StringRef interfaceName,
92 void emitInterfaceDecl(const Interface &interface);
161 static void emitInterfaceDef(const Interface &interface, StringRef valueType, in emitInterfaceDef()
195 emitInterfaceDef(Interface(def), valueType, os); in emitInterfaceDefs()
203 void InterfaceGenerator::emitConceptDecl(const Interface &interface) { in emitConceptDecl()
223 void InterfaceGenerator::emitModelDecl(const Interface &interface) { in emitModelDecl()
284 void InterfaceGenerator::emitModelMethodsDef(const Interface &interface) { in emitModelMethodsDef()
382 void InterfaceGenerator::emitTraitDecl(const Interface &interface, in emitTraitDecl()
432 void InterfaceGenerator::emitInterfaceDecl(const Interface &interface) { in emitInterfaceDecl()
502 emitInterfaceDecl(Interface(def)); in emitInterfaceDecls()
512 Interface interface(&interfaceDef); in emitInterfaceDoc()