Home | History | Annotate | Download | only in AST

Lines Matching refs:ParamType

1390   QualType ParamType = getParamDecl(0)->getType();
1391 if (const LValueReferenceType *Ref = ParamType->getAs<LValueReferenceType>())
1392 ParamType = Ref->getPointeeType();
1397 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1409 QualType ParamType = getParamDecl(0)->getType();
1410 if (!isa<RValueReferenceType>(ParamType))
1412 ParamType = ParamType->getPointeeType();
1417 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1706 CanQualType ParamType = Context.getCanonicalType(Param->getType());
1711 if (ParamType.getUnqualifiedType() != ClassTy)