Lines Matching defs:NativeParam
1767 const VarDecl *NativeParam) const {
1768 if (!NativeParam->getType()->isReferenceType())
1769 return NativeParam;
1770 QualType ArgType = NativeParam->getType();
1785 if (isa<ImplicitParamDecl>(NativeParam))
1787 CGM.getContext(), /*DC=*/nullptr, NativeParam->getLocation(),
1788 NativeParam->getIdentifier(), ArgType, ImplicitParamKind::Other);
1791 const_cast<DeclContext *>(NativeParam->getDeclContext()),
1792 NativeParam->getBeginLoc(), NativeParam->getLocation(),
1793 NativeParam->getIdentifier(), ArgType,
1799 const VarDecl *NativeParam,
1801 assert(NativeParam != TargetParam &&
1802 NativeParam->getType()->isReferenceType() &&
1805 QualType NativeParamType = NativeParam->getType();