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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h126 /// SkipHexDigits - Read and skip over any hex digits, up to End.
128 const char *SkipHexDigits(const char *ptr) { function in class:clang::NumericLiteralParser
/external/clang/lib/Lex/
H A DLiteralSupport.cpp792 s = SkipHexDigits(s);
800 s = SkipHexDigits(s);

Completed in 143 milliseconds