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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1194 if (auto *ParamRef = Param->getAs<RValueReferenceType>()) {
1195 if (ParamRef->getPointeeType().getQualifiers())
1197 auto *TypeParm = ParamRef->getPointeeType()->getAs<TemplateTypeParmType>();
1252 const ReferenceType *ParamRef = Param->getAs<ReferenceType>(); local
1253 if (ParamRef)
1254 Param = ParamRef->getPointeeType();
1261 if (ParamRef && ArgRef && S.Context.hasSameUnqualifiedType(Param, Arg)) {
1283 if ((ParamRef->isLValueReferenceType() &&
H A DSemaTemplate.cpp6153 if (const ReferenceType *ParamRef = ParamType->getAs<ReferenceType>()) {
6154 if (!ParamRef->getPointeeType()->isFunctionType()) {
6164 unsigned ParamQuals = ParamRef->getPointeeType().getCVRQualifiers();

Completed in 143 milliseconds