Searched defs:MatchAnyFileAndLine (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 59 bool MatchAnyFileAndLine; // `MatchAnyFileAndLine` implies `MatchAnyLine`. variable 74 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive()
|
/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 92 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in StandardDirective() 109 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in RegexDirective() 298 bool MatchAnyFileAndLine = false, in attachDirective() 507 bool MatchAnyFileAndLine = false; in ParseDirective() local 1148 bool MatchAnyFileAndLine, in create()
|