Lines Matching refs:getParamDecl
557 Method->getParamDecl(0)->getType()->getAs<ReferenceType>(); in addedMember()
1487 !Context.hasSameUnqualifiedType(getParamDecl(1)->getType(), in isUsualDeallocationFunction()
1515 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator()
1535 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator()
1760 (getNumParams() > 0 && getParamDecl(0)->hasDefaultArg()); in isDefaultConstructor()
1766 getParamDecl(0)->getType()->isLValueReferenceType(); in isCopyConstructor()
1771 getParamDecl(0)->getType()->isRValueReferenceType(); in isMoveConstructor()
1787 (getNumParams() > 1 && !getParamDecl(1)->hasDefaultArg()) || in isCopyOrMoveConstructor()
1792 const ParmVarDecl *Param = getParamDecl(0); in isCopyOrMoveConstructor()
1830 (getParamDecl(1)->hasDefaultArg() || in isConvertingConstructor()
1831 getParamDecl(1)->isParameterPack())); in isConvertingConstructor()
1836 (getNumParams() > 1 && !getParamDecl(1)->hasDefaultArg()) || in isSpecializationCopyingObject()
1840 const ParmVarDecl *Param = getParamDecl(0); in isSpecializationCopyingObject()