Searched refs:SubstituteAutoTransform (Results 1 – 1 of 1) sorted by relevance
3926 class SubstituteAutoTransform : class3927 public TreeTransform<SubstituteAutoTransform> {3930 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anon9e3ce7db0311::SubstituteAutoTransform3931 : TreeTransform<SubstituteAutoTransform>(SemaRef), in SubstituteAutoTransform()3997 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()4017 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type); in DeduceAutoType()4042 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()4089 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()4108 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoType()4114 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoTypeSourceInfo()