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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h141 /// SkipBinaryDigits - Read and skip over any binary digits, up to End.
143 const char *SkipBinaryDigits(const char *ptr) { function in class:clang::NumericLiteralParser
/external/clang/lib/Lex/
H A DLiteralSupport.cpp824 s = SkipBinaryDigits(s);

Completed in 4360 milliseconds