Searched refs:AutoTy (Results 1 – 1 of 1) sorted by relevance
4306 const AutoType *AutoTy; in RebuildQualifiedType() local4316 } else if ((AutoTy = dyn_cast<AutoType>(T)) && AutoTy->isDeduced()) { in RebuildQualifiedType()4318 QualType Deduced = AutoTy->getDeducedType(); in RebuildQualifiedType()4323 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()4324 AutoTy->isDependentType()); in RebuildQualifiedType()