Lines Matching refs:PPOpts
264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
265 for (const auto &RB : PPOpts.RemappedFileBuffers) in ~ASTUnit()
521 PreprocessorOptions &PPOpts; member in __anon539022680211::ASTInfoCollector
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument
535 : PP(PP), Context(Context), HSOpts(HSOpts), PPOpts(PPOpts), in ASTInfoCollector()
585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() argument
587 this->PPOpts = PPOpts; in ReadPreprocessorOptions()
820 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
828 AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts, in LoadFromASTFile()
850 *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts, in LoadFromASTFile()
1773 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1774 PPOpts.RemappedFilesKeepOriginalName = RemappedFilesKeepOriginalName; in LoadFromCommandLine()
1775 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
1776 PPOpts.SingleFileParseMode = SingleFileParse; in LoadFromCommandLine()
1777 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks; in LoadFromCommandLine()
1852 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
1853 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse()