Home
last modified time | relevance | path

Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5104 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
5108 .TransformType(TypeWithAuto); in SubstAutoType()
5111 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
5115 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
5118 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument
5120 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()
5124 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument
5126 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()
5129 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
5133 .TransformType(TypeWithAuto); in ReplaceAutoType()
[all …]
H A DSemaType.cpp287 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
288 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
289 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9345 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,