Lines Matching refs:Matches
196 bool Matches;
198 std::tie(C, Matches, Value) =
201 if (Matches) {
384 bool Matches;
386 std::tie(Node, Matches, Value) = compareNode(0, Name, Strict, Buffer);
387 if (Matches) {
425 llvm::SmallVector<MatchForCodepointName> Matches;
426 Matches.reserve(MaxMatchesCount + 1);
431 if (Matches.size() == MaxMatchesCount)
445 Matches, Distance,
451 if (It == Matches.end() && Matches.size() == MaxMatchesCount)
455 Matches.insert(It, std::move(M));
456 if (Matches.size() > MaxMatchesCount)
457 Matches.pop_back();
541 return Matches;