Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
5348 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument5352 .TransformType(TypeWithAuto); in SubstAutoType()5355 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument5359 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()5362 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument5364 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()5368 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument5370 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()5373 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument5377 .TransformType(TypeWithAuto); in ReplaceAutoType()[all …]
305 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument306 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()307 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
12630 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);12632 TypeSourceInfo *SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,12636 QualType SubstAutoTypeDependent(QualType TypeWithAuto);12640 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);12644 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);12645 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,