Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PTHMgr

302   PTHManager *PTHMgr = nullptr;
304 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
313 getSourceManager(), *HeaderInfo, *this, PTHMgr,
317 // Note that this is different then passing PTHMgr to Preprocessor's ctor.
320 if (PTHMgr) {
321 PTHMgr->setPreprocessor(&*PP);
322 PP->setPTHManager(PTHMgr);