Searched refs:SubstituteAutoTransform (Results 1 – 1 of 1) sorted by relevance
3909 class SubstituteAutoTransform : class3910 public TreeTransform<SubstituteAutoTransform> {3913 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anonb9ab2ea30111::SubstituteAutoTransform3914 : TreeTransform<SubstituteAutoTransform>(SemaRef), in SubstituteAutoTransform()3980 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()3998 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type); in DeduceAutoType()4018 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()4061 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()4080 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoType()4086 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoTypeSourceInfo()