Lines Matching refs:Max
168 unsigned Max) in StandardDirective() argument
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { } in StandardDirective()
186 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() argument
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), in RegexDirective()
437 unsigned Max = 1; in ParseDirective() local
443 Max = Directive::MaxCount; in ParseDirective()
447 if (!PH.Next(Max) || Max < Min) { in ParseDirective()
454 Max = Min; in ParseDirective()
458 Max = Directive::MaxCount; in ParseDirective()
507 Min, Max)); in ParseDirective()
704 for (unsigned i = 0; i < D.Max; ++i) { in CheckLists()
877 StringRef Text, unsigned Min, unsigned Max) { in create() argument
880 Text, Min, Max); in create()
906 Min, Max, RegexStr); in create()