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

/external/clang/lib/Lex/
H A DPTHLexer.cpp304 /// PTHFileLookup - This internal data structure is used by the PTHManager
413 typedef llvm::OnDiskChainedHashTable<PTHFileLookupTrait> PTHFileLookup; typedef
433 delete (PTHFileLookup*) FileLookup;
500 std::unique_ptr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg));
615 PTHFileLookup& PFL = *((PTHFileLookup*)FileLookup);
616 PTHFileLookup::iterator I = PFL.find(FE);
703 PTHStatCache(PTHFileLookup &FL) :
736 return new PTHStatCache(*((PTHFileLookup*) FileLooku
[all...]

Completed in 281 milliseconds