Lines Matching refs:MatchAnyLine
190 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective() argument
192 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) {} in StandardDirective()
208 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() argument
210 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), in RegexDirective()
454 bool MatchAnyLine = false; in ParseDirective() local
497 MatchAnyLine = true; in ParseDirective()
501 MatchAnyLine = true; in ParseDirective()
505 if (ExpectedLoc.isInvalid() && !MatchAnyLine) { in ParseDirective()
587 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max); in ParseDirective()
740 if (D->MatchAnyLine) in PrintExpected()
790 if (!D.MatchAnyLine) { in CheckLists()
973 bool MatchAnyLine, StringRef Text, in create() argument
977 MatchAnyLine, Text, Min, Max); in create()
1003 DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max, RegexStr); in create()