Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h644 bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h730 bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);
/external/clang/lib/Lex/
DLexer.cpp1578 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral() function in Lexer
1604 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()
1615 if (!isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1743 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral() function in Lexer
1769 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()
1780 if (!isHexaLiteral(BufferPtr, LangOpts)) in LexNumericConstant()