Searched defs:ParamRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp966 const ReferenceType *ParamRef = Param->getAs<ReferenceType>(); local
967 if (ParamRef)
968 Param = ParamRef->getPointeeType();
975 if (ParamRef && ArgRef && S.Context.hasSameUnqualifiedType(Param, Arg)) {
997 if ((ParamRef->isLValueReferenceType() &&
1045 if (const RValueReferenceType *ParamRef
1047 if (isa<TemplateTypeParmType>(ParamRef->getPointeeType()) &&
1048 !ParamRef->getPointeeType().getQualifiers())
1050 Param = ParamRef->getPointeeType();

Completed in 156 milliseconds