Lines Matching defs:Matches
282 // Column - The token for which Matches returns true is moved to this column.
288 unsigned Column, bool RightJustify, F &&Matches,
295 // We only run the "Matches" function on tokens from the outer-most scope.
349 if (!FoundMatchOnLine && !SkipMatchCheck && Matches(CurrentChange)) {
528 static unsigned AlignTokens(const FormatStyle &Style, F &&Matches,
581 WidthLeft + WidthAnchor, RightJustify, Matches,
630 AlignTokens(Style, Matches, Changes, i, ACS, RightJustify);
635 if (!Matches(CurrentChange))
703 std::function<bool(const WhitespaceManager::Change &C)> Matches,
718 if (!FoundMatchOnLine && Matches(Changes[I])) {
896 auto Matches = [&](const Change &C) {
942 Matches, Changes);
970 if (!Matches(Changes[I]))
989 AlignMatchingTokenSequence(StartOfSequence, EndOfSequence, MinColumn, Matches,