Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4287 class SubstituteDeducedTypeTransform : class
4288 public TreeTransform<SubstituteDeducedTypeTransform> {
4293 SubstituteDeducedTypeTransform(Sema &SemaRef, QualType Replacement, in SubstituteDeducedTypeTransform() function in __anon46613abf0711::SubstituteDeducedTypeTransform
4295 : TreeTransform<SubstituteDeducedTypeTransform>(SemaRef), in SubstituteDeducedTypeTransform()
4414 Result = SubstituteDeducedTypeTransform(*this, QualType()).Apply(Type); in DeduceAutoType()
4441 Result = SubstituteDeducedTypeTransform(*this, Deduced).Apply(Type); in DeduceAutoType()
4466 SubstituteDeducedTypeTransform(*this, TemplArg, /*UseTypeSugar*/false) in DeduceAutoType()
4540 Result = SubstituteDeducedTypeTransform(*this, DeducedType).Apply(Type); in DeduceAutoType()
4564 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoType()
4572 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoTypeSourceInfo()
[all …]