Searched refs:SubstituteAutoTransform (Results 1 – 1 of 1) sorted by relevance
3934 class SubstituteAutoTransform : class3935 public TreeTransform<SubstituteAutoTransform> {3938 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anona625d1720211::SubstituteAutoTransform3939 : TreeTransform<SubstituteAutoTransform>(SemaRef), in SubstituteAutoTransform()4005 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()4025 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type); in DeduceAutoType()4050 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()4097 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()4116 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoType()4122 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoTypeSourceInfo()