Lines Matching refs:PPOpts
297 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
301 if (!PPOpts.TokenCache.empty()) in createPreprocessor()
302 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
323 if (PPOpts.DetailedRecord) in createPreprocessor()
328 PP->getFileManager(), PPOpts); in createPreprocessor()
331 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
898 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
903 PPOpts.resetNonModularOptions(); in compileModuleImpl()
908 PPOpts.Macros.erase( in compileModuleImpl()
909 std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(), in compileModuleImpl()
914 PPOpts.Macros.end()); in compileModuleImpl()
926 PPOpts.FailedModules = ImportingPPOpts.FailedModules; in compileModuleImpl()
940 PPOpts.RetainRemappedFileBuffers = true; in compileModuleImpl()
1265 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
1273 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation, in createModuleManager()