Lines Matching refs:MatchAnyFileAndLine
92 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in StandardDirective() argument
94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in StandardDirective()
111 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in RegexDirective() argument
113 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in RegexDirective()
300 bool MatchAnyFileAndLine = false, in attachDirective() argument
304 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()
505 bool MatchAnyFileAndLine = false; in ParseDirective() local
535 MatchAnyFileAndLine = true; in ParseDirective()
652 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective()
898 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected()
958 if (!D.DiagnosticLoc.isInvalid() && !D.MatchAnyFileAndLine && in CheckLists()
1135 bool MatchAnyFileAndLine, in create() argument
1140 MatchAnyFileAndLine, in create()
1167 MatchAnyFileAndLine, MatchAnyLine, in create()