Searched refs:addInterface (Results 1 – 2 of 2) sorted by relevance
184 void addInterface(std::unique_ptr<DialectInterface> interface);190 0, (addInterface(std::make_unique<Args>(this)), 0)...}; in addInterfaces()
97 void Dialect::addInterface(std::unique_ptr<DialectInterface> interface) { in addInterface() function in Dialect