Searched refs:MatchAnyFileAndLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 47 SourceLocation DiagnosticLoc, bool MatchAnyFileAndLine, 59 bool MatchAnyFileAndLine; // `MatchAnyFileAndLine` implies `MatchAnyLine`. variable 74 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive() argument 77 Min(Min), Max(Max), MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive() 78 MatchAnyFileAndLine(MatchAnyFileAndLine) { in Directive()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 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() 903 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected() 965 if (!D.DiagnosticLoc.isInvalid() && !D.MatchAnyFileAndLine && in CheckLists() 1142 bool MatchAnyFileAndLine, in create() argument [all …]
|