Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
444 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType() local447 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()451 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()452 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()455 return WInt == PromoArg ? Match : NoMatch; in matchesType()