Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h113 unsigned getRadix() const { return radix; } in getRadix() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp363 if (ValueLive && Literal.getRadix() == 10) in EvaluateValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3890 Literal.getLiteralDigits(), Literal.getRadix()) in ActOnNumericConstant()
3907 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant()