Searched refs:getDependentExtIntType (Results 1 – 4 of 4) sorted by relevance
906 return ctx.getDependentExtIntType(isUnsigned, numBitsExpr);
1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
2246 return Context.getDependentExtIntType(IsUnsigned, BitWidth); in BuildExtIntType()
4454 QualType ASTContext::getDependentExtIntType(bool IsUnsigned, in getDependentExtIntType() function in ASTContext