Searched refs:getBitIntType (Results 1 – 5 of 5) sorted by relevance
920 return ctx.getBitIntType(isUnsigned, numBits);
1390 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
4532 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext10791 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()10859 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
2321 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()
4045 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()