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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h102 unsigned getRadix() const { return radix; } function in class:clang::NumericLiteralParser
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp351 if (ValueLive && Literal.getRadix() == 10)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3891 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10;

Completed in 329 milliseconds