Searched refs:OpMethodSignature (Results 1 – 2 of 2) sorted by relevance
178 class OpMethodSignature {181 OpMethodSignature(StringRef retType, StringRef name, Args &&...args) in OpMethodSignature() function184 OpMethodSignature(OpMethodSignature &&) = default;188 bool makesRedundant(const OpMethodSignature &other) const;284 OpMethodSignature methodSignature;
140 bool OpMethodSignature::makesRedundant(const OpMethodSignature &other) const { in makesRedundant()151 void OpMethodSignature::writeDeclTo(raw_ostream &os) const { in writeDeclTo()157 void OpMethodSignature::writeDefTo(raw_ostream &os, in writeDefTo()