Lines Matching defs:NativeParam
1768 const VarDecl *NativeParam) const {
1769 if (!NativeParam->getType()->isReferenceType())
1770 return NativeParam;
1771 QualType ArgType = NativeParam->getType();
1786 if (isa<ImplicitParamDecl>(NativeParam))
1788 CGM.getContext(), /*DC=*/nullptr, NativeParam->getLocation(),
1789 NativeParam->getIdentifier(), ArgType, ImplicitParamKind::Other);
1792 const_cast<DeclContext *>(NativeParam->getDeclContext()),
1793 NativeParam->getBeginLoc(), NativeParam->getLocation(),
1794 NativeParam->getIdentifier(), ArgType,
1800 const VarDecl *NativeParam,
1802 assert(NativeParam != TargetParam &&
1803 NativeParam->getType()->isReferenceType() &&
1806 QualType NativeParamType = NativeParam->getType();