Searched refs:getMethods (Results 1 – 7 of 7) sorted by relevance
169 for (auto &method : interface.getMethods()) { in emitInterfaceDef()207 for (auto &method : interface.getMethods()) { in emitConceptDecl()233 interface.getMethods(), os, in emitModelDecl()238 for (auto &method : interface.getMethods()) { in emitModelDecl()257 for (auto &method : interface.getMethods()) { in emitModelDecl()285 for (auto &method : interface.getMethods()) { in emitModelMethodsDef()319 for (auto &method : interface.getMethods()) { in emitModelMethodsDef()346 for (auto &method : interface.getMethods()) { in emitModelMethodsDef()393 for (auto &method : interface.getMethods()) { in emitTraitDecl()472 for (auto &method : interface.getMethods()) { in emitInterfaceDecl()[all …]
426 for (auto &method : iface.getMethods()) { in emitTraitMethods()
2222 for (const InterfaceMethod &method : interface.getMethods()) { in genOpInterfaceMethods()2366 for (const InterfaceMethod &interfaceMethod : interface.getMethods()) { in genTypeInterfaceMethods()
83 ArrayRef<InterfaceMethod> getMethods() const;
93 ArrayRef<InterfaceMethod> Interface::getMethods() const { return methods; } in getMethods() function in Interface
338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods() function