Lines Matching refs:PPOpts
227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
228 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
231 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
463 if (PPOpts.DetailedRecord) in createPreprocessor()
468 PP->getFileManager(), PPOpts); in createPreprocessor()
471 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1058 PPOpts.resetNonModularOptions();
1063 PPOpts.Macros.erase(
1064 std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(),
1070 PPOpts.Macros.end());
1087 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
1103 PPOpts.RetainRemappedFileBuffers = true;
1501 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
1513 PPOpts.DisablePCHOrModuleValidation, in createASTReader()