Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3614 bool IsCXXAutoType = in GetDeclSpecTypeForDeclarator() local
3723 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()
3728 if (!SemaRef.getLangOpts().CPlusPlus14 || !IsCXXAutoType) in GetDeclSpecTypeForDeclarator()
3735 if (SemaRef.getLangOpts().CPlusPlus23 && IsCXXAutoType && in GetDeclSpecTypeForDeclarator()
3755 if (!IsCXXAutoType && !isa<DeducedTemplateSpecializationType>(Deduced)) in GetDeclSpecTypeForDeclarator()
3769 (!SemaRef.getLangOpts().CPlusPlus11 || !IsCXXAutoType)) in GetDeclSpecTypeForDeclarator()