Lines Matching refs:PPOpts
262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
263 for (const auto &RB : PPOpts.RemappedFileBuffers) in ~ASTUnit()
520 PreprocessorOptions &PPOpts; member in __anon670461e70211::ASTInfoCollector
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument
534 : PP(PP), Context(Context), HSOpts(HSOpts), PPOpts(PPOpts), in ASTInfoCollector()
588 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() argument
591 this->PPOpts = PPOpts; in ReadPreprocessorOptions()
824 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
831 AST->PPOpts, AST->getDiagnostics(), *AST->LangOpts, in LoadFromASTFile()
854 *AST->PP, AST->Ctx.get(), *AST->HSOpts, *AST->PPOpts, *AST->LangOpts, in LoadFromASTFile()
1789 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1790 PPOpts.RemappedFilesKeepOriginalName = RemappedFilesKeepOriginalName; in LoadFromCommandLine()
1791 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
1792 PPOpts.SingleFileParseMode = SingleFileParse; in LoadFromCommandLine()
1793 PPOpts.RetainExcludedConditionalBlocks = RetainExcludedConditionalBlocks; in LoadFromCommandLine()
1868 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
1869 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse()