Searched defs:MatchAnyFileAndLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 61 bool MatchAnyFileAndLine; // `MatchAnyFileAndLine` implies `MatchAnyLine`. variable 76 StringRef Spelling, bool MatchAnyFileAndLine, bool MatchAnyLine, in Directive()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 91 StringRef Spelling, bool MatchAnyFileAndLine, in StandardDirective() 109 StringRef Spelling, bool MatchAnyFileAndLine, in RegexDirective() 300 bool MatchAnyFileAndLine = false, in attachDirective() 515 bool MatchAnyFileAndLine = false; in ParseDirective() local 1161 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in create()
|