Searched refs:IsCXXAutoType (Results 1 – 1 of 1) sorted by relevance
2896 bool IsCXXAutoType = in GetDeclSpecTypeForDeclarator() local2988 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()2993 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()3016 if (!IsCXXAutoType && !isa<DeducedTemplateSpecializationType>(Deduced)) in GetDeclSpecTypeForDeclarator()3030 (!SemaRef.getLangOpts().CPlusPlus11 || !IsCXXAutoType)) in GetDeclSpecTypeForDeclarator()3041 if (SemaRef.getLangOpts().CPlusPlus11 && IsCXXAutoType && in GetDeclSpecTypeForDeclarator()