Home
last modified time | relevance | path

Searched refs:foundDirectives (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h288 bool foundDirectives() const { return Data.getInt(); } in foundDirectives() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1082 if (Status.foundDirectives()) { in CheckDiagnostics()