Lines Matching refs:MatchAnyFileAndLine
92 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in StandardDirective() argument
94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in StandardDirective()
109 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in RegexDirective() argument
111 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in RegexDirective()
298 bool MatchAnyFileAndLine = false, in attachDirective() argument
302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()
502 bool MatchAnyFileAndLine = false; in ParseDirective() local
532 MatchAnyFileAndLine = true; in ParseDirective()
655 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective()
903 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected()
965 if (!D.DiagnosticLoc.isInvalid() && !D.MatchAnyFileAndLine && in CheckLists()
1142 bool MatchAnyFileAndLine, in create() argument
1147 MatchAnyFileAndLine, in create()
1173 MatchAnyFileAndLine, MatchAnyLine, in create()