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

  /external/clang/include/clang/Lex/
PTHManager.h 46 typedef llvm::OnDiskChainedHashTable<PTHFileLookupTrait> PTHFileLookup;
60 std::unique_ptr<PTHFileLookup> FileLookup;
89 std::unique_ptr<PTHFileLookup> fileLookup,
  /external/clang/lib/Lex/
PTHLexer.cpp 303 /// PTHFileLookup - This internal data structure is used by the PTHManager
418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable,
492 std::unique_ptr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg));
606 PTHFileLookup::iterator I = FileLookup->find(FE);
695 PTHStatCache(PTHManager::PTHFileLookup &FL)

Completed in 128 milliseconds