Searched refs:MatchAnyLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 157 bool MatchAnyLine, StringRef Text, 168 bool MatchAnyLine; variable 183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive() argument 185 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) { in Directive() 187 assert((!DiagnosticLoc.isInvalid() || MatchAnyLine) && in Directive()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 190 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective() argument 192 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) {} in StandardDirective() 210 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), in RegexDirective() 454 bool MatchAnyLine = false; in ParseDirective() local 497 MatchAnyLine = true; in ParseDirective() 501 MatchAnyLine = true; in ParseDirective() 505 if (ExpectedLoc.isInvalid() && !MatchAnyLine) { in ParseDirective() 587 RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text, Min, Max); in ParseDirective() 740 if (D->MatchAnyLine) in PrintExpected() 790 if (!D.MatchAnyLine) { in CheckLists() [all …]
|