Searched refs:MatchAnyFileAndLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 48 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, 61 bool MatchAnyFileAndLine; // `MatchAnyFileAndLine` implies `MatchAnyLine`. variable 76 StringRef Spelling, bool MatchAnyFileAndLine, bool MatchAnyLine, in Directive() argument 80 MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive() 81 MatchAnyFileAndLine(MatchAnyFileAndLine) { in Directive()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 91 StringRef Spelling, bool MatchAnyFileAndLine, in StandardDirective() argument 94 : Directive(DirectiveLoc, DiagnosticLoc, Spelling, MatchAnyFileAndLine, in StandardDirective() 109 StringRef Spelling, bool MatchAnyFileAndLine, in RegexDirective() argument 112 : Directive(DirectiveLoc, DiagnosticLoc, Spelling, MatchAnyFileAndLine, in RegexDirective() 300 bool MatchAnyFileAndLine = false, in attachDirective() argument 305 MatchAnyFileAndLine, MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective() 515 bool MatchAnyFileAndLine = false; in ParseDirective() local 545 MatchAnyFileAndLine = true; in ParseDirective() 668 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective() 920 if (D->DiagnosticLoc.isInvalid() || D->MatchAnyFileAndLine) in PrintExpected() [all …]
|