Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h4955 const AutoType *AutoTy; in RebuildQualifiedType() local
4956 if ((AutoTy = dyn_cast<AutoType>(T)) && AutoTy->isDeduced()) { in RebuildQualifiedType()
4958 QualType Deduced = AutoTy->getDeducedType(); in RebuildQualifiedType()
4963 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
4964 AutoTy->isDependentType(), in RebuildQualifiedType()
4966 AutoTy->getTypeConstraintConcept(), in RebuildQualifiedType()
4967 AutoTy->getTypeConstraintArguments()); in RebuildQualifiedType()