Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4114 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() argument
4117 TransformType(TypeWithAuto); in SubstAutoType()
4120 TypeSourceInfo* Sema::SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto, in SubstAutoTypeSourceInfo() argument
4123 TransformType(TypeWithAuto); in SubstAutoTypeSourceInfo()
/external/clang/include/clang/Sema/
DSema.h6396 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
6398 TypeSourceInfo* SubstAutoTypeSourceInfo(TypeSourceInfo *TypeWithAuto,