Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
5234 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument5238 .TransformType(TypeWithAuto); in SubstAutoType()5241 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument5245 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()5248 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument5250 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()5254 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument5256 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()5259 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument5263 .TransformType(TypeWithAuto); in ReplaceAutoType()[all …]
298 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument299 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()300 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
12379 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);12381 TypeSourceInfo *SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,12385 QualType SubstAutoTypeDependent(QualType TypeWithAuto);12389 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);12393 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);12394 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,