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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h124 /// SkipOctalDigits - Read and skip over any octal digits, up to End.
126 const char *SkipOctalDigits(const char *ptr) { function in class:clang::NumericLiteralParser
/external/clang/lib/Lex/
H A DLiteralSupport.cpp841 s = SkipOctalDigits(s);

Completed in 1021 milliseconds