Searched refs:getExtIntType (Results 1 – 4 of 4) sorted by relevance
894 return ctx.getExtIntType(isUnsigned, numBits);
1282 QualType getExtIntType(bool Unsigned, unsigned NumBits) const;
4425 QualType ASTContext::getExtIntType(bool IsUnsigned, unsigned NumBits) const { in getExtIntType() function in ASTContext10112 return getExtIntType(/*IsUnsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()10180 return getExtIntType(/*IsUnsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
2248 return Context.getExtIntType(IsUnsigned, NumBits); in BuildExtIntType()