Searched refs:TypeWithAuto (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 4931 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 D | SemaType.cpp | 270 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement) { in ReplaceAutoType() argument 271 QualType T = sema.ReplaceAutoType(TypeWithAuto, Replacement); in ReplaceAutoType() 272 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 8446 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement); 8448 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, 8452 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement); 8453 TypeSourceInfo *ReplaceAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
|