Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4561 QualType TypeToReplaceAuto) { in SubstAutoType() argument
4562 if (TypeToReplaceAuto->isDependentType()) in SubstAutoType()
4563 TypeToReplaceAuto = QualType(); in SubstAutoType()
4564 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoType()
4569 QualType TypeToReplaceAuto) { in SubstAutoTypeSourceInfo() argument
4570 if (TypeToReplaceAuto->isDependentType()) in SubstAutoTypeSourceInfo()
4571 TypeToReplaceAuto = QualType(); in SubstAutoTypeSourceInfo()
4572 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoTypeSourceInfo()
4577 QualType TypeToReplaceAuto) { in ReplaceAutoType() argument
4578 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto, in ReplaceAutoType()