HomeSort by: relevance | last modified time | path
    Searched refs:getRadix (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 102 unsigned getRadix() const { return radix; }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 351 if (ValueLive && Literal.getRadix() == 10)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3891 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10;

Completed in 81 milliseconds