Lines Matching refs:getParamDecl
587 Method->getParamDecl(0)->getType()->getAs<ReferenceType>(); in addedMember()
1571 !Context.hasSameUnqualifiedType(getParamDecl(1)->getType(), in isUsualDeallocationFunction()
1599 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator()
1619 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator()
1857 (getNumParams() > 0 && getParamDecl(0)->hasDefaultArg()); in isDefaultConstructor()
1863 getParamDecl(0)->getType()->isLValueReferenceType(); in isCopyConstructor()
1868 getParamDecl(0)->getType()->isRValueReferenceType(); in isMoveConstructor()
1884 (getNumParams() > 1 && !getParamDecl(1)->hasDefaultArg()) || in isCopyOrMoveConstructor()
1889 const ParmVarDecl *Param = getParamDecl(0); in isCopyOrMoveConstructor()
1927 (getParamDecl(1)->hasDefaultArg() || in isConvertingConstructor()
1928 getParamDecl(1)->isParameterPack())); in isConvertingConstructor()
1933 (getNumParams() > 1 && !getParamDecl(1)->hasDefaultArg()) || in isSpecializationCopyingObject()
1937 const ParmVarDecl *Param = getParamDecl(0); in isSpecializationCopyingObject()