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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 730 bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1741 /// isHexaLiteral - Return true if Start points to a hex constant.
1743 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) {
1769 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1780 if (!isHexaLiteral(BufferPtr, LangOpts))

Completed in 23 milliseconds