Lines Matching defs:PPOpts
231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
232 if (PPOpts.ImplicitPCHInclude.empty())
235 StringRef PCHInclude = PPOpts.ImplicitPCHInclude;
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
463 if (PPOpts.DetailedRecord)
468 PP->getFileManager(), PPOpts);
471 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(),
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1194 llvm::erase_if(PPOpts.Macros,
1222 PPOpts.RetainRemappedFileBuffers = true;
1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
1737 PPOpts.DisablePCHOrModuleValidation,