Home | History | Annotate | Download | only in Frontend

Lines Matching defs:PPOpts

290   const PreprocessorOptions &PPOpts = getPreprocessorOpts();
294 if (!PPOpts.TokenCache.empty())
295 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
316 if (PPOpts.DetailedRecord)
321 PP->getFileManager(), PPOpts);
324 InitializePreprocessor(*PP, PPOpts, getFrontendOpts());
867 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
872 PPOpts.resetNonModularOptions();
877 PPOpts.Macros.erase(
878 std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(),
883 PPOpts.Macros.end());
895 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
908 PPOpts.RetainRemappedFileBuffers = true;
1224 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
1227 PPOpts.DisablePCHValidation,