Home
last modified time | relevance | path

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

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