Lines Matching refs:MatchAnyLine
92 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in StandardDirective() argument
95 MatchAnyLine, Text, Min, Max) {} in StandardDirective()
109 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in RegexDirective() argument
112 MatchAnyLine, Text, Min, Max), in RegexDirective()
299 bool MatchAnyLine = false) { in attachDirective() argument
303 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective()
504 bool MatchAnyLine = false; in ParseDirective() local
540 MatchAnyLine = true; in ParseDirective()
561 MatchAnyLine = true; in ParseDirective()
566 MatchAnyLine = true; in ParseDirective()
570 if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) { in ParseDirective()
649 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective()
899 if (D->MatchAnyLine) in PrintExpected()
949 if (!D.MatchAnyLine) { in CheckLists()
1133 bool MatchAnyLine, StringRef Text, in create() argument
1138 MatchAnyLine, Text, Min, Max); in create()
1164 MatchAnyFileAndLine, MatchAnyLine, in create()