Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp4942 QualType TypeToReplaceAuto) { in SubstAutoType() argument
4943 if (TypeToReplaceAuto->isDependentType()) in SubstAutoType()
4946 TypeToReplaceAuto->containsUnexpandedParameterPack()}) in SubstAutoType()
4948 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoType()
4953 QualType TypeToReplaceAuto) { in SubstAutoTypeSourceInfo() argument
4954 if (TypeToReplaceAuto->isDependentType()) in SubstAutoTypeSourceInfo()
4958 TypeToReplaceAuto->containsUnexpandedParameterPack()}) in SubstAutoTypeSourceInfo()
4960 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto) in SubstAutoTypeSourceInfo()
4965 QualType TypeToReplaceAuto) { in ReplaceAutoType() argument
4966 return SubstituteDeducedTypeTransform(*this, TypeToReplaceAuto, in ReplaceAutoType()
[all …]
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4107 QualType TypeToReplaceAuto) { in SubstAutoType() argument
4108 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoType()
4113 QualType TypeToReplaceAuto) { in SubstAutoTypeSourceInfo() argument
4114 return SubstituteAutoTransform(*this, TypeToReplaceAuto). in SubstAutoTypeSourceInfo()