Searched refs:getExtIntType (Results 1 – 4 of 4) sorted by relevance
886 return ctx.getExtIntType(isUnsigned, numBits);
1239 QualType getExtIntType(bool Unsigned, unsigned NumBits) const;
2239 return Context.getExtIntType(IsUnsigned, NumBits); in BuildExtIntType()
4355 QualType ASTContext::getExtIntType(bool IsUnsigned, unsigned NumBits) const { in getExtIntType() function in ASTContext