Searched refs:isHexaLiteral (Results 1 – 2 of 2) sorted by relevance
644 bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);
1578 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral() function in Lexer1604 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()1615 if (!isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()