Lines Matching defs:PPOpts
263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
264 for (const auto &RB : PPOpts.RemappedFileBuffers)
521 PreprocessorOptions &PPOpts;
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts,
535 : PP(PP), Context(Context), HSOpts(HSOpts), PPOpts(PPOpts),
599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
602 this->PPOpts = PPOpts;
836 AST->PPOpts = std::make_shared<PreprocessorOptions>();
843 AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts,
866 *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts,
1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts();
1803 PPOpts.RemappedFilesKeepOriginalName = RemappedFilesKeepOriginalName;
1804 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors;
1805 PPOpts.SingleFileParseMode = SingleFileParse;
1806 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks;
1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1882 for (const auto &RB : PPOpts.RemappedFileBuffers)