Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3909 class SubstituteAutoTransform : class
3910 public TreeTransform<SubstituteAutoTransform> {
3913 SubstituteAutoTransform(Sema &SemaRef, QualType Replacement) in SubstituteAutoTransform() function in __anonb9ab2ea30111::SubstituteAutoTransform
3914 : 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()