Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4931 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4937 .TransformType(TypeWithAuto); in SubstAutoType()
4939 .TransformType(TypeWithAuto); in SubstAutoType()
4942 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4949 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4951 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4954 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
4958 .TransformType(TypeWithAuto); in ReplaceAutoType()
4961 TypeSourceInfo *Sema::ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in ReplaceAutoTypeSourceInfo() argument
4965 .TransformType(TypeWithAuto); in ReplaceAutoTypeSourceInfo()
H A DSemaType.cpp271 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
272 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
273 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8515 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
8517 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
8521 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);
8522 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,