Lines Matching refs:PPOpts
227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
228 if (PPOpts.ImplicitPCHInclude.empty())
231 StringRef PCHInclude = PPOpts.ImplicitPCHInclude;
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
463 if (PPOpts.DetailedRecord)
468 PP->getFileManager(), PPOpts);
471 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(),
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1058 PPOpts.resetNonModularOptions();
1063 PPOpts.Macros.erase(
1064 std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(),
1070 PPOpts.Macros.end());
1087 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
1103 PPOpts.RetainRemappedFileBuffers = true;
1501 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
1513 PPOpts.DisablePCHOrModuleValidation,