Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
4868 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument4872 .TransformType(TypeWithAuto); in SubstAutoType()4875 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument4879 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()4882 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument4884 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()4888 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument4890 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()4893 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument4897 .TransformType(TypeWithAuto); in ReplaceAutoType()[all …]
275 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument276 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()277 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
9077 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);9079 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,9083 QualType SubstAutoTypeDependent(QualType TypeWithAuto);9087 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);9091 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);9092 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,