Searched refs:getDependentBitIntType (Results 1 – 4 of 4) sorted by relevance
946 return ctx.getDependentBitIntType(isUnsigned, numBitsExpr);
1368 QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;
2316 return Context.getDependentBitIntType(IsUnsigned, BitWidth); in BuildBitIntType()
4584 QualType ASTContext::getDependentBitIntType(bool IsUnsigned, in getDependentBitIntType() function in ASTContext