Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3866 class SubstituteAutoTransform : class
3867 public TreeTransform<SubstituteAutoTransform> {
3870 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anona625d1720211::SubstituteAutoTransform
3871 : TreeTransform<SubstituteAutoTransform>(SemaRef), in SubstituteAutoTransform()
3937 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()
3955 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type); in DeduceAutoType()
3975 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()
4018 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
4037 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoType()
4043 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoTypeSourceInfo()