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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1003 const ReferenceType *ParamRef = Param->getAs<ReferenceType>(); local
1004 if (ParamRef)
1005 Param = ParamRef->getPointeeType();
1012 if (RefParamComparisons && ParamRef && ArgRef) {
1023 Comparison.ParamIsRvalueRef = ParamRef->getAs<RValueReferenceType>();
1082 if (const RValueReferenceType *ParamRef
1084 if (isa<TemplateTypeParmType>(ParamRef->getPointeeType()) &&
1085 !ParamRef->getPointeeType().getQualifiers())
1087 Param = ParamRef->getPointeeType();
H A DSemaTemplate.cpp4284 if (const ReferenceType *ParamRef = ParamType->getAs<ReferenceType>()) {
4285 if (!ParamRef->getPointeeType()->isFunctionType()) {
4295 unsigned ParamQuals = ParamRef->getPointeeType().getCVRQualifiers();

Completed in 101 milliseconds