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.cpp5348 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
5352 .TransformType(TypeWithAuto); in SubstAutoType()
5355 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
5359 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
5362 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument
5364 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()
5368 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument
5370 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()
5373 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
5377 .TransformType(TypeWithAuto); in ReplaceAutoType()
[all …]
H A DSemaType.cpp305 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
306 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
307 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12630 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
12632 TypeSourceInfo *SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
12636 QualType SubstAutoTypeDependent(QualType TypeWithAuto);
12640 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);
12644 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);
12645 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,