Home
last modified time | relevance | path

Searched refs:getRadix (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h97 unsigned getRadix() const { return radix; } in getRadix() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPExpressions.cpp323 if (ValueLive && Literal.getRadix() == 10) in EvaluateValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp3743 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant()