Lines Matching full:paramty
7578 QualType paramTy = proto->getParamType(i);7582 if (const EnumType *Enum = paramTy->getAs<EnumType>()) {7583 paramTy = Enum->getDecl()->getIntegerType();7584 if (paramTy.isNull())7588 if (paramTy->isPromotableIntegerType() ||7589 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy)