Home | History | Annotate | Download | only in Lex

Lines Matching refs:isHexaLiteral

1545 /// isHexaLiteral - Return true if Start points to a hex constant.
1547 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) {
1573 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1584 if (!isHexaLiteral(BufferPtr, LangOpts))