Lines Matching refs:PPOpts
291 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
295 if (!PPOpts.TokenCache.empty()) in createPreprocessor()
296 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
317 if (PPOpts.DetailedRecord) in createPreprocessor()
322 PP->getFileManager(), PPOpts); in createPreprocessor()
325 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
878 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
883 PPOpts.resetNonModularOptions(); in compileModuleImpl()
888 PPOpts.Macros.erase( in compileModuleImpl()
889 std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(), in compileModuleImpl()
894 PPOpts.Macros.end()); in compileModuleImpl()
906 PPOpts.FailedModules = ImportingPPOpts.FailedModules; in compileModuleImpl()
919 PPOpts.RetainRemappedFileBuffers = true; in compileModuleImpl()
1241 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
1248 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation, in createModuleManager()