Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
5104 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument5108 .TransformType(TypeWithAuto); in SubstAutoType()5111 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument5115 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()5118 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument5120 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()5124 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument5126 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()5129 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument5133 .TransformType(TypeWithAuto); in ReplaceAutoType()[all …]
287 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument288 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()289 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
9345 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);9347 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,9351 QualType SubstAutoTypeDependent(QualType TypeWithAuto);9355 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);9359 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);9360 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,