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 __anonc715c21c0211::ASTInfoCollector
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument
534 : PP(PP), Context(Context), HSOpts(HSOpts), PPOpts(PPOpts), in ASTInfoCollector()
557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() argument
559 this->PPOpts = PPOpts; in ReadPreprocessorOptions()
793 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
801 AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts, in LoadFromASTFile()
822 *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts, in LoadFromASTFile()
1744 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1745 PPOpts.RemappedFilesKeepOriginalName = RemappedFilesKeepOriginalName; in LoadFromCommandLine()
1746 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
1747 PPOpts.SingleFileParseMode = SingleFileParse; in LoadFromCommandLine()
1748 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks; in LoadFromCommandLine()
1824 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
1825 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse()