Home
last modified time | relevance | path

Searched refs:PTHFileLookup (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPTHManager.h46 typedef llvm::OnDiskChainedHashTable<PTHFileLookupTrait> PTHFileLookup; typedef
60 std::unique_ptr<PTHFileLookup> FileLookup;
89 std::unique_ptr<PTHFileLookup> fileLookup,
/external/clang/lib/Lex/
DPTHLexer.cpp418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable, in PTHManager()
491 std::unique_ptr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg)); in Create()
605 PTHFileLookup::iterator I = FileLookup->find(FE); in CreateLexer()
694 PTHStatCache(PTHManager::PTHFileLookup &FL) in PTHStatCache()