Searched refs:IsCXXAutoType (Results 1 – 1 of 1) sorted by relevance
3197 bool IsCXXAutoType = in GetDeclSpecTypeForDeclarator() local3309 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()3314 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()3321 if (SemaRef.getLangOpts().CPlusPlus23 && IsCXXAutoType && in GetDeclSpecTypeForDeclarator()3341 if (!IsCXXAutoType && !isa<DeducedTemplateSpecializationType>(Deduced)) in GetDeclSpecTypeForDeclarator()3355 (!SemaRef.getLangOpts().CPlusPlus11 || !IsCXXAutoType)) in GetDeclSpecTypeForDeclarator()