Searched refs:ExistingLangOpts (Results 1 – 1 of 1) sorted by relevance
295 if (ExistingLangOpts.Name != LangOpts.Name) { \ in checkLanguageOptions()303 if (ExistingLangOpts.get##Name() != LangOpts.get##Name()) { \ in checkLanguageOptions()333 if (ExistingLangOpts.ObjCRuntime != LangOpts.ObjCRuntime) { in checkLanguageOptions()340 if (ExistingLangOpts.CommentOpts.BlockCommandNames != in checkLanguageOptions()354 SanitizerSet ExistingSanitizers = ExistingLangOpts.Sanitize; in checkLanguageOptions()450 const LangOptions &ExistingLangOpts = PP.getLangOpts(); in ReadLanguageOptions() local451 return checkLanguageOptions(LangOpts, ExistingLangOpts, in ReadLanguageOptions()5345 const LangOptions &ExistingLangOpts; member in __anon063f2bd80c11::SimplePCHValidator5353 SimplePCHValidator(const LangOptions &ExistingLangOpts, in SimplePCHValidator() argument5358 : ExistingLangOpts(ExistingLangOpts), in SimplePCHValidator()[all …]