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