Searched refs:ExistingPPOpts (Results 1 – 1 of 1) sorted by relevance
687 const PreprocessorOptions &ExistingPPOpts, StringRef ModuleFilename, in checkPreprocessorOptions() argument697 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, in checkPreprocessorOptions()783 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()787 << ExistingPPOpts.UsePredefines << ModuleFilename; in checkPreprocessorOptions()794 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()804 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) { in checkPreprocessorOptions()805 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()807 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()808 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()817 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()[all …]