Home
last modified time | relevance | path

Searched defs:MatchAnyFileAndLine (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h61 bool MatchAnyFileAndLine; // `MatchAnyFileAndLine` implies `MatchAnyLine`. variable
76 StringRef Spelling, bool MatchAnyFileAndLine, bool MatchAnyLine, in Directive()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp91 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()