Searched refs:MatchAnyLine (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 196 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max); 206 bool MatchAnyLine; variable 222 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive() argument 225 Min(Min), Max(Max), MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive() 228 assert((!DiagnosticLoc.isInvalid() || MatchAnyLine) && in Directive()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 92 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in StandardDirective() argument 95 MatchAnyLine, Text, Min, Max) {} in StandardDirective() 111 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in RegexDirective() argument 114 MatchAnyLine, Text, Min, Max), in RegexDirective() 301 bool MatchAnyLine = false) { in attachDirective() argument 305 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective() 506 bool MatchAnyLine = false; in ParseDirective() local 542 MatchAnyLine = true; in ParseDirective() 564 MatchAnyLine = true; in ParseDirective() 569 MatchAnyLine = true; in ParseDirective() [all …]
|