Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
557 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local560 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()564 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()565 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()568 return WInt == PromoArg ? Match : NoMatch; in matchesType()