Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
398 QualType PromoArg = in matchesType() local403 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()407 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()408 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()411 return WInt == PromoArg ? Match : NoMatch; in matchesType()