Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
454 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType() local457 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()461 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()462 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()465 return WInt == PromoArg ? Match : NoMatch; in matchesType()