Searched defs:isHexaLiteral (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp1551 /// isHexaLiteral - Return true if Start points to a hex constant.
1553 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { function in class:Lexer
1579 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1590 if (!isHexaLiteral(BufferPtr, LangOpts))

Completed in 49 milliseconds