Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4804 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4808 .TransformType(TypeWithAuto); in SubstAutoType()
4811 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4815 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4818 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument
4820 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()
4824 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument
4826 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()
4829 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
4833 .TransformType(TypeWithAuto); in ReplaceAutoType()
[all …]
H A DSemaType.cpp272 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
273 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
274 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h8819 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
8821 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
8825 QualType SubstAutoTypeDependent(QualType TypeWithAuto);
8829 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);
8833 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);
8834 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,