Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4560 class SubstituteDeducedTypeTransform : class
4561 public TreeTransform<SubstituteDeducedTypeTransform> {
4567 SubstituteDeducedTypeTransform(Sema &SemaRef, DependentAuto DA) in SubstituteDeducedTypeTransform() function in __anon20d79abd1111::SubstituteDeducedTypeTransform
4568 : TreeTransform<SubstituteDeducedTypeTransform>(SemaRef), in SubstituteDeducedTypeTransform()
4573 : TreeTransform<SubstituteDeducedTypeTransform>(SemaRef), in SubstituteDeducedTypeTransform()
4871 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoType()
4878 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoTypeSourceInfo()
4883 return SubstituteDeducedTypeTransform(*this, DependentAuto{false}) in SubstAutoTypeDependent()
4889 return SubstituteDeducedTypeTransform(*this, DependentAuto{false}) in SubstAutoTypeSourceInfoDependent()
4895 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto, in ReplaceAutoType()
[all …]