Searched refs:ExistingLangOpts (Results 1 – 1 of 1) sorted by relevance
274 const LangOptions &ExistingLangOpts, in checkLanguageOptions() argument278 if (ExistingLangOpts.Name != LangOpts.Name) { \ in checkLanguageOptions()281 << Description << LangOpts.Name << ExistingLangOpts.Name; \ in checkLanguageOptions()286 if (ExistingLangOpts.Name != LangOpts.Name) { \ in checkLanguageOptions()294 if (ExistingLangOpts.get##Name() != LangOpts.get##Name()) { \ in checkLanguageOptions()318 if (ExistingLangOpts.ModuleFeatures != LangOpts.ModuleFeatures) { in checkLanguageOptions()324 if (ExistingLangOpts.ObjCRuntime != LangOpts.ObjCRuntime) { in checkLanguageOptions()331 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()345 SanitizerSet ExistingSanitizers = ExistingLangOpts.Sanitize; in checkLanguageOptions()441 const LangOptions &ExistingLangOpts = PP.getLangOpts(); in ReadLanguageOptions() local[all …]