Home | History | Annotate | Download | only in Sema

Lines Matching refs:DependentTy

3610     FunctionType = SubstAutoType(FunctionType, Context.DependentTy);
4005 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type);
4006 assert(!Result.isNull() && "substituting DependentTy can't fail");