Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
449 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType() local452 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()460 return WInt == PromoArg ? Match : NoMatch; in matchesType()