Home
last modified time | relevance | path

Searched refs:isHexaLiteral (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h624 bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);
/external/clang/lib/Lex/
DLexer.cpp1551 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral() function in Lexer
1577 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()
1588 if (!isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()