Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4078 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4081 TransformType(TypeWithAuto); in SubstAutoType()
4084 TypeSourceInfo* Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4087 TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h6215 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
6217 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,