Lines Matching refs:MatchAnyLine
164 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective() argument
166 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { } in StandardDirective()
183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() argument
185 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), in RegexDirective()
372 bool MatchAnyLine = false; in ParseDirective() local
415 MatchAnyLine = true; in ParseDirective()
502 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max); in ParseDirective()
653 if (D.MatchAnyLine) in PrintExpected()
704 if (!D.MatchAnyLine) { in CheckLists()
890 bool MatchAnyLine, StringRef Text, in create() argument
894 MatchAnyLine, Text, Min, Max); in create()
920 DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max, RegexStr); in create()