Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h141 bool foundDirectives() const { return FoundDirectives; } in foundDirectives() function
/src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1097 if (Status.foundDirectives()) { in CheckDiagnostics()