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