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