Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
514 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local517 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()521 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()522 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()525 return WInt == PromoArg ? Match : NoMatch; in matchesType()