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()
300 PTHManager *PTHMgr = nullptr; in createPreprocessor() local302 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()311 getSourceManager(), *HeaderInfo, *this, PTHMgr, in createPreprocessor()318 if (PTHMgr) { in createPreprocessor()319 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()320 PP->setPTHManager(PTHMgr); in createPreprocessor()