Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateDeduction.cpp4083 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4086 TransformType(TypeWithAuto); in SubstAutoType()
4089 TypeSourceInfo* Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4092 TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h5914 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
5916 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,