Searched refs:PromoArg (Results 1 – 2 of 2) sorted by relevance
398 QualType PromoArg = in matchesType() local403 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()407 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()408 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()411 return WInt == PromoArg ? Match : NoMatch; in matchesType()
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()