Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3934 class SubstituteAutoTransform : class
3935 public TreeTransform<SubstituteAutoTransform> {
3938 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anona625d1720211::SubstituteAutoTransform
3939 : TreeTransform<SubstituteAutoTransform>(SemaRef), in SubstituteAutoTransform()
4005 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()
4025 Result = SubstituteAutoTransform(*this, Deduced).Apply(Type); in DeduceAutoType()
4050 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType()
4097 Result = SubstituteAutoTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
4116 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoType()
4122 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoTypeSourceInfo()