Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
4804 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument4808 .TransformType(TypeWithAuto); in SubstAutoType()4811 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument4815 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()4818 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument4820 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()4824 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument4826 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()4829 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument4833 .TransformType(TypeWithAuto); in ReplaceAutoType()[all …]
272 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument273 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()274 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
8819 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);8821 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,8825 QualType SubstAutoTypeDependent(QualType TypeWithAuto);8829 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);8833 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);8834 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,