Lines Matching refs:getParamDecl
551 Method->getParamDecl(0)->getType()->getAs<ReferenceType>(); in addedMember()
1503 !Context.hasSameUnqualifiedType(getParamDecl(1)->getType(), in isUsualDeallocationFunction()
1531 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator()
1551 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator()
1776 (getNumParams() > 0 && getParamDecl(0)->hasDefaultArg()); in isDefaultConstructor()
1782 getParamDecl(0)->getType()->isLValueReferenceType(); in isCopyConstructor()
1787 getParamDecl(0)->getType()->isRValueReferenceType(); in isMoveConstructor()
1803 (getNumParams() > 1 && !getParamDecl(1)->hasDefaultArg()) || in isCopyOrMoveConstructor()
1808 const ParmVarDecl *Param = getParamDecl(0); in isCopyOrMoveConstructor()
1846 (getParamDecl(1)->hasDefaultArg() || in isConvertingConstructor()
1847 getParamDecl(1)->isParameterPack())); in isConvertingConstructor()
1852 (getNumParams() > 1 && !getParamDecl(1)->hasDefaultArg()) || in isSpecializationCopyingObject()
1856 const ParmVarDecl *Param = getParamDecl(0); in isSpecializationCopyingObject()