Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
544 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local547 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()551 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()552 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()555 return WInt == PromoArg ? Match : NoMatch; in matchesType()