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