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

/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h233 UnparsedFileStatus(const FileEntry *File, bool FoundDirectives) argument
234 : Data(File, FoundDirectives) {}
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp789 bool FoundDirectives; local
791 FoundDirectives = false;
793 FoundDirectives = !LangOpts || findDirectives(SM, FID, *LangOpts);
797 UnparsedFileStatus(FE, FoundDirectives)));

Completed in 46 milliseconds