Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance
542 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local545 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()549 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()550 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()553 return WInt == PromoArg ? Match : NoMatch; in matchesType()