Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h4306 const AutoType *AutoTy; in RebuildQualifiedType() local
4316 } 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()