HomeSort by relevance Sort by last modified time
    Searched refs:foundDirectives (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 234 UnparsedFileStatus(const FileEntry *File, bool FoundDirectives)
235 : Data(File, FoundDirectives) {}
237 bool foundDirectives() const { return Data.getInt(); }
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 787 bool FoundDirectives;
789 FoundDirectives = false;
791 FoundDirectives = !LangOpts || findDirectives(SM, FID, *LangOpts);
795 UnparsedFileStatus(FE, FoundDirectives)));
833 if (Status.foundDirectives()) {

Completed in 157 milliseconds