Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
4721 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument4727 .TransformType(TypeWithAuto); in SubstAutoType()4729 .TransformType(TypeWithAuto); in SubstAutoType()4732 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument4739 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()4741 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()4744 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument4748 .TransformType(TypeWithAuto); in ReplaceAutoType()
267 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument268 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()269 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
7909 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);7911 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,7915 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);