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