Lines Matching refs:PPOpts
229 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
230 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
233 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
448 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
465 if (PPOpts.DetailedRecord) in createPreprocessor()
470 PP->getFileManager(), PPOpts); in createPreprocessor()
473 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
1149 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1154 PPOpts.resetNonModularOptions();
1159 llvm::erase_if(PPOpts.Macros,
1181 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
1197 PPOpts.RetainRemappedFileBuffers = true;
1657 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
1669 PPOpts.DisablePCHOrModuleValidation, in createASTReader()