Searched refs:FuncParam (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4050 QualType FuncParam = SubstituteAutoTransform(*this, TemplArg).Apply(Type); in DeduceAutoType() local 4051 assert(!FuncParam.isNull() && in DeduceAutoType() 4077 *this, TemplateParamsSt.get(), FuncParam, InitType, Init, TDF)) in DeduceAutoType() 4081 FuncParam, InitType, Info, Deduced, in DeduceAutoType() 4105 Sema::OriginalCallArg(FuncParam,0,InitType), in DeduceAutoType()
|