Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp94 : 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()
898 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected()
958 if (!D.DiagnosticLoc.isInvalid() && !D.MatchAnyFileAndLine && in CheckLists()
1135 bool MatchAnyFileAndLine, in create() argument
[all …]