Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Max

168                     unsigned Max)
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
186 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max,
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
437 unsigned Max = 1;
441 // or more, or by a '-' meaning a range from min to max.
443 Max = Directive::MaxCount;
447 if (!PH.Next(Max) || Max < Min) {
454 Max = Min;
458 Max = Directive::MaxCount;
507 Min, Max));
704 for (unsigned i = 0; i < D.Max; ++i) {
877 StringRef Text, unsigned Min, unsigned Max) {
880 Text, Min, Max);
906 Min, Max, RegexStr);