Lines Matching refs:PPOpts
233 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
234 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
237 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
455 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
472 if (PPOpts.DetailedRecord) in createPreprocessor()
477 PP->getFileManager(), PPOpts); in createPreprocessor()
480 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1169 llvm::erase_if(PPOpts.Macros,
1191 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
1207 PPOpts.RetainRemappedFileBuffers = true;
1671 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
1683 PPOpts.DisablePCHOrModuleValidation, in createASTReader()