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