Searched refs:IsCXXAutoType (Results 1 – 1 of 1) sorted by relevance
3453 bool IsCXXAutoType = in GetDeclSpecTypeForDeclarator() local3553 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()3558 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()3565 if (SemaRef.getLangOpts().CPlusPlus2b && IsCXXAutoType && in GetDeclSpecTypeForDeclarator()3585 if (!IsCXXAutoType && !isa<DeducedTemplateSpecializationType>(Deduced)) in GetDeclSpecTypeForDeclarator()3599 (!SemaRef.getLangOpts().CPlusPlus11 || !IsCXXAutoType)) in GetDeclSpecTypeForDeclarator()