Searched refs:getDependentBitIntType (Results 1 – 5 of 5) sorted by relevance
1028 return ctx.getDependentBitIntType(isUnsigned, numBitsExpr);
1567 QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;
1947 return Context.getDependentBitIntType(IsUnsigned, BitWidth); in BuildBitIntType()
2079 return Importer.getToContext().getDependentBitIntType(T->isUnsigned(), in VisitDependentBitIntType()
5203 QualType ASTContext::getDependentBitIntType(bool IsUnsigned, in getDependentBitIntType() function in ASTContext