Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2016 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral() function in Lexer
2049 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()
2060 if (!isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()