Home | History | Annotate | Download | only in AST

Lines Matching refs:ParamType

1382   QualType ParamType = getParamDecl(0)->getType();
1383 if (const LValueReferenceType *Ref = ParamType->getAs<LValueReferenceType>())
1384 ParamType = Ref->getPointeeType();
1389 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1401 QualType ParamType = getParamDecl(0)->getType();
1402 if (!isa<RValueReferenceType>(ParamType))
1404 ParamType = ParamType->getPointeeType();
1409 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1700 CanQualType ParamType = Context.getCanonicalType(Param->getType());
1705 if (ParamType.getUnqualifiedType() != ClassTy)