Home
last modified time | relevance | path

Searched refs:MatchAnyFileAndLine (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp92 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()
507 bool MatchAnyFileAndLine = false; in ParseDirective() local
537 MatchAnyFileAndLine = true; in ParseDirective()
660 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective()
908 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected()
[all …]