OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHexaLiteral
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
730
bool
isHexaLiteral
(const char *Start, const LangOptions &LangOpts);
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
1741
///
isHexaLiteral
- Return true if Start points to a hex constant.
1743
bool Lexer::
isHexaLiteral
(const char *Start, const LangOptions &LangOpts) {
1769
if (!LangOpts.MicrosoftExt || !
isHexaLiteral
(BufferPtr, LangOpts))
1780
if (!
isHexaLiteral
(BufferPtr, LangOpts))
Completed in 23 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026