Searched refs:MatchAnyLine (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, 60 bool MatchAnyLine; variable 76 StringRef Spelling, bool MatchAnyFileAndLine, bool MatchAnyLine, in Directive() argument 80 MatchAnyLine(MatchAnyLine || MatchAnyFileAndLine), in Directive() 83 assert((!DiagnosticLoc.isInvalid() || MatchAnyLine) && in Directive()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 92 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective() argument 95 MatchAnyLine, Text, Min, Max) {} in StandardDirective() 110 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() argument 113 MatchAnyLine, Text, Min, Max), in RegexDirective() 301 bool MatchAnyLine = false) { in attachDirective() argument 305 MatchAnyFileAndLine, MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective() 516 bool MatchAnyLine = false; in ParseDirective() local 552 MatchAnyLine = true; in ParseDirective() 573 MatchAnyLine = true; in ParseDirective() 578 MatchAnyLine = true; in ParseDirective() [all …]
|