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

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

Completed in 116 milliseconds