Searched refs:getBitIntType (Results 1 – 6 of 6) sorted by relevance
942 return ctx.getBitIntType(isUnsigned, numBits);
1380 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
4548 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext11031 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()11105 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
1719 return Importer.getToContext().getBitIntType(T->isUnsigned(), in VisitBitIntType()
2387 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()9932 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
4216 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()