Home | History | Annotate | Download | only in Lex

Lines Matching refs:isHexaLiteral

1533 /// isHexaLiteral - Return true if Start points to a hex constant.
1535 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) {
1561 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1572 if (!isHexaLiteral(BufferPtr, LangOpts))