Home
last modified time | relevance | path

Searched refs:PromoArg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp557 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType() local
560 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType(); in matchesType()
564 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
565 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
568 return WInt == PromoArg ? Match : NoMatch; in matchesType()