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