Lines Matching refs:PPOpts
290 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
294 if (!PPOpts.TokenCache.empty()) in createPreprocessor()
295 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
316 if (PPOpts.DetailedRecord) in createPreprocessor()
321 PP->getFileManager(), PPOpts); in createPreprocessor()
324 InitializePreprocessor(*PP, PPOpts, getFrontendOpts()); in createPreprocessor()
872 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
877 PPOpts.resetNonModularOptions(); in compileModuleImpl()
882 PPOpts.Macros.erase( in compileModuleImpl()
883 std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(), in compileModuleImpl()
888 PPOpts.Macros.end()); in compileModuleImpl()
900 PPOpts.FailedModules = ImportingPPOpts.FailedModules; in compileModuleImpl()
913 PPOpts.RetainRemappedFileBuffers = true; in compileModuleImpl()
1261 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
1264 PPOpts.DisablePCHValidation, in createModuleManager()