Searched refs:FoundDirectives (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h281 UnparsedFileStatus(const FileEntry *File, bool FoundDirectives) argument
282 : Data(File, FoundDirectives) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp1024 bool FoundDirectives; local
1026 FoundDirectives = false;
1028 FoundDirectives = !LangOpts || findDirectives(SM, FID, *LangOpts);
1032 UnparsedFileStatus(FE, FoundDirectives)));

Completed in 120 milliseconds