Lines Matching full:signature
42 static std::string getFullPrefix(ArrayRef<UseRangesCheck::Indexes> Signature) {
45 for (const UseRangesCheck::Indexes &Item : Signature)
134 // As we match on the first matched signature, we need to sort the
136 // signature that is a subset of another signature will be matched after the
138 SmallVector<Signature> SigVec(Replacer->getReplacementSignatures());
140 for (const auto &Signature : SigVec) {
142 for (const auto &ArgPair : Signature)
143 Matchers.push_back(makeMatcherPair(getFullPrefix(Signature), ArgPair,
213 for (const Signature &Sig : Replacer->getReplacementSignatures()) {
265 llvm_unreachable("No valid signature found");