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