Searched refs:PTHMgr (Results 1 – 3 of 3) sorted by relevance
56 PTHManager& PTHMgr; variable
40 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) { in PTHLexer()80 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID)); in Lex()84 IdentifierInfo *II = PTHMgr.GetIdentifierInfo(IdentifierID-1); in Lex()
302 PTHManager *PTHMgr = nullptr; in createPreprocessor() local304 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()313 getSourceManager(), *HeaderInfo, *this, PTHMgr, in createPreprocessor()320 if (PTHMgr) { in createPreprocessor()321 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()322 PP->setPTHManager(PTHMgr); in createPreprocessor()