Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4560 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4565 .TransformType(TypeWithAuto); in SubstAutoType()
4568 TypeSourceInfo *Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4573 .TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
4576 QualType Sema::ReplaceAutoType(QualType TypeWithAuto, in ReplaceAutoType() argument
4580 .TransformType(TypeWithAuto); in ReplaceAutoType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7064 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
7066 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,
7070 QualType ReplaceAutoType(QualType TypeWithAuto, QualType Replacement);