Lines Matching refs:PTHManager
21 #include "clang/Lex/PTHManager.h"
39 const unsigned char *ppcond, PTHManager &PM)
303 /// PTHFileLookup - This internal data structure is used by the PTHManager
409 // PTHManager methods.
412 PTHManager::PTHManager(const llvm::MemoryBuffer* buf, void* fileLookup,
423 PTHManager::~PTHManager() {
434 PTHManager *PTHManager::Create(const std::string &file,
461 if (Version < PTHManager::Version) {
463 Version < PTHManager::Version
489 // Warn if the PTH file is empty. We still want to create a PTHManager
545 // Create the new PTHManager.
546 return new PTHManager(File.take(), FL.take(), IData, PerIDCache,
551 IdentifierInfo* PTHManager::LazilyCreateIdentifierInfo(unsigned PersistentID) {
572 IdentifierInfo* PTHManager::get(StringRef Name) {
586 PTHLexer *PTHManager::CreateLexer(FileID FID) {
712 FileSystemStatCache *PTHManager::createStatCache() {