Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h195 SourceLocation DiagnosticLoc, bool MatchAnyFileAndLine,
207 bool MatchAnyFileAndLine; // `MatchAnyFileAndLine` implies `MatchAnyLine`. variable
222 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive() argument
225 Min(Min), Max(Max), MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive()
226 MatchAnyFileAndLine(MatchAnyFileAndLine) { in Directive()
/openbsd-src/gnu/llvm/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()
503 bool MatchAnyFileAndLine = false; in ParseDirective() local
533 MatchAnyFileAndLine = true; in ParseDirective()
649 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective()
895 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected()
[all …]