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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3742 class SubstituteAutoTransform : class in namespace:__anon15430
3743 public TreeTransform<SubstituteAutoTransform> {
3746 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) : function in class:__anon15430::SubstituteAutoTransform
3747 TreeTransform<SubstituteAutoTransform>(SemaRef), Replacement(Replacement) {
3812 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type);
3830 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type);
3850 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type);
3893 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type);
3911 return SubstituteAutoTransform(*this, Deduced).TransformType(Type);

Completed in 73 milliseconds