Searched refs:ExistingLangOpts (Results 1 – 1 of 1) sorted by relevance
277 const LangOptions &ExistingLangOpts, in checkLanguageOptions() argument281 if (ExistingLangOpts.Name != LangOpts.Name) { \ in checkLanguageOptions()284 << Description << LangOpts.Name << ExistingLangOpts.Name; \ in checkLanguageOptions()289 if (ExistingLangOpts.Name != LangOpts.Name) { \ in checkLanguageOptions()297 if (ExistingLangOpts.get##Name() != LangOpts.get##Name()) { \ in checkLanguageOptions()321 if (ExistingLangOpts.ModuleFeatures != LangOpts.ModuleFeatures) { in checkLanguageOptions()327 if (ExistingLangOpts.ObjCRuntime != LangOpts.ObjCRuntime) { in checkLanguageOptions()334 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()348 SanitizerSet ExistingSanitizers = ExistingLangOpts.Sanitize; in checkLanguageOptions()444 const LangOptions &ExistingLangOpts = PP.getLangOpts(); in ReadLanguageOptions() local[all …]