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

  /external/clang/include/clang/Lex/
PTHManager.h 58 /// FileLookup - Abstract data structure used for mapping between files
60 std::unique_ptr<PTHFileLookup> FileLookup;
89 std::unique_ptr<PTHFileLookup> fileLookup,
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 99 AbbrevLookup FileLookup;
849 Record.push_back(FileLookup[Start.FileID]);
853 Record.push_back(FileLookup[End.FileID]);
869 MergedRecord.push_back(FileLookup[Location.FileID]);
888 Record.push_back(FileLookup[Start.FileID]);
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable,
423 FileLookup(std::move(fileLookup)), IdDataTable(idDataTable),
606 PTHFileLookup::iterator I = FileLookup->find(FE);
608 if (I == FileLookup->end()) // No tokens available?
728 return llvm::make_unique<PTHStatCache>(*FileLookup);

Completed in 115 milliseconds