Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5234 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
5238 .TransformType(TypeWithAuto); in SubstAutoType()
5241 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
5245 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
5248 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument
5250 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()
5254 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument
5256 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()
5259 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
5263 .TransformType(TypeWithAuto); in ReplaceAutoType()
[all …]
H A DSemaType.cpp298 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
299 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
300 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12379 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,