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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h726 bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1739 /// isHexaLiteral - Return true if Start points to a hex constant.
1741 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { function in class:Lexer
1767 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1778 if (!isHexaLiteral(BufferPtr, LangOpts))

Completed in 148 milliseconds