Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4868 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4872 .TransformType(TypeWithAuto); in SubstAutoType()
4875 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4879 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4882 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() argument
4884 .TransformType(TypeWithAuto); in SubstAutoTypeDependent()
4888 Sema::SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto) { in SubstAutoTypeSourceInfoDependent() argument
4890 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfoDependent()
4893 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
4897 .TransformType(TypeWithAuto); in ReplaceAutoType()
[all …]
H A DSemaType.cpp275 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument
276 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType()
277 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9077 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
9079 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
9083 QualType SubstAutoTypeDependent(QualType TypeWithAuto);
9087 SubstAutoTypeSourceInfoDependent(TypeSourceInfo *TypeWithAuto);
9091 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);
9092 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,