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),
601 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
605 this->PPOpts = PPOpts;
840 AST->PPOpts = std::make_shared<PreprocessorOptions>();
847 AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts,
870 *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts,
1809 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts();
1810 PPOpts.RemappedFilesKeepOriginalName = RemappedFilesKeepOriginalName;
1811 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors;
1812 PPOpts.SingleFileParseMode = SingleFileParse;
1813 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks;
1888 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1889 for (const auto &RB : PPOpts.RemappedFileBuffers)