Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4932 QualType TypeToReplaceAuto) { in SubstAutoType() argument
4933 if (TypeToReplaceAuto->isDependentType()) in SubstAutoType()
4938 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoType()
4943 QualType TypeToReplaceAuto) { in SubstAutoTypeSourceInfo() argument
4944 if (TypeToReplaceAuto->isDependentType()) in SubstAutoTypeSourceInfo()
4948 TypeToReplaceAuto->containsUnexpandedParameterPack()}) in SubstAutoTypeSourceInfo()
4950 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoTypeSourceInfo()
4955 QualType TypeToReplaceAuto) { in ReplaceAutoType() argument
4956 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto, in ReplaceAutoType()
4962 QualType TypeToReplaceAuto) { in ReplaceAutoTypeSourceInfo() argument
[all …]