Home
last modified time | relevance | path

Searched refs:IsCXXAutoType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2896 bool IsCXXAutoType = in GetDeclSpecTypeForDeclarator() local
2988 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()