Searched refs:MethodSignature (Results 1 – 2 of 2) sorted by relevance
115 class MethodSignature {120 MethodSignature(RetTypeT &&retType, NameT &&name, in MethodSignature() function128 MethodSignature(RetTypeT &&retType, NameT &&name, in MethodSignature() function130 : MethodSignature(std::forward<RetTypeT>(retType), in MethodSignature()137 MethodSignature(RetTypeT &&retType, NameT &&name, Parameters &&...parameters) in MethodSignature() function138 : MethodSignature(std::forward<RetTypeT>(retType), in MethodSignature()150 bool makesRedundant(const MethodSignature &other) const;363 MethodSignature methodSignature;
77 bool MethodSignature::makesRedundant(const MethodSignature &other) const { in makesRedundant()82 void MethodSignature::writeDeclTo(raw_indented_ostream &os) const { in writeDeclTo()88 void MethodSignature::writeDefTo(raw_indented_ostream &os, in writeDefTo()