Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
367 QualType PromoArg = in matchesType() local372 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()376 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()377 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()380 return WInt == PromoArg ? Match : NoMatch; in matchesType()