Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4447 class SubstituteDeducedTypeTransform : class
4448 public TreeTransform<SubstituteDeducedTypeTransform> {
4454 SubstituteDeducedTypeTransform(Sema &SemaRef, DependentAuto DA) in SubstituteDeducedTypeTransform() function in __anon0cc92d001111::SubstituteDeducedTypeTransform
4455 : TreeTransform<SubstituteDeducedTypeTransform>(SemaRef), in SubstituteDeducedTypeTransform()
4460 : TreeTransform<SubstituteDeducedTypeTransform>(SemaRef), in SubstituteDeducedTypeTransform()
4807 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoType()
4814 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoTypeSourceInfo()
4819 return SubstituteDeducedTypeTransform(*this, DependentAuto{false}) in SubstAutoTypeDependent()
4825 return SubstituteDeducedTypeTransform(*this, DependentAuto{false}) in SubstAutoTypeSourceInfoDependent()
4831 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto, in ReplaceAutoType()
[all …]