Home | History | Annotate | Download | only in Lex

Lines Matching refs:isHexaLiteral

1549 /// isHexaLiteral - Return true if Start points to a hex constant.
1551 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) {
1577 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1588 if (!isHexaLiteral(BufferPtr, LangOpts))