Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeduction.cpp4721 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4727 .TransformType(TypeWithAuto); in SubstAutoType()
4729 .TransformType(TypeWithAuto); in SubstAutoType()
4732 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4739 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4741 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4744 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
4748 .TransformType(TypeWithAuto); in ReplaceAutoType()
HDSemaType.cpp267 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
268 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
269 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h7909 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
7911 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
7915 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);