Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3926 class SubstituteAutoTransform : class
3927 public TreeTransform<SubstituteAutoTransform> {
3930 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anonae8b1b510311::SubstituteAutoTransform
3931 : 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()