Searched refs:MatchAnyLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 48 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max); 58 bool MatchAnyLine; variable 74 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive() argument 77 Min(Min), Max(Max), MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive() 80 assert((!DiagnosticLoc.isInvalid() || MatchAnyLine) && in Directive()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 95 MatchAnyLine, Text, Min, Max) {} in StandardDirective() 112 MatchAnyLine, Text, Min, Max), in RegexDirective() 299 bool MatchAnyLine = false) { in attachDirective() argument 303 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective() 503 bool MatchAnyLine = false; in ParseDirective() local 539 MatchAnyLine = true; in ParseDirective() 560 MatchAnyLine = true; in ParseDirective() 565 MatchAnyLine = true; in ParseDirective() 569 if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) { in ParseDirective() 907 if (D->MatchAnyLine) in PrintExpected() [all …]
|