Searched refs:getRadix (Results 1 – 3 of 3) sorted by relevance
113 unsigned getRadix() const { return radix; } in getRadix() function
363 if (ValueLive && Literal.getRadix() == 10) in EvaluateValue()
3890 Literal.getLiteralDigits(), Literal.getRadix()) in ActOnNumericConstant()3907 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant()