Lines Matching defs:PPOpts
233 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
234 if (PPOpts.ImplicitPCHInclude.empty())
237 StringRef PCHInclude = PPOpts.ImplicitPCHInclude;
447 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
464 if (PPOpts.DetailedRecord)
469 PP->getFileManager(), PPOpts);
472 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(),
1180 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1189 llvm::erase_if(PPOpts.Macros,
1217 PPOpts.RetainRemappedFileBuffers = true;
1719 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
1730 PPOpts.DisablePCHOrModuleValidation,