Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h126 const char *SkipOctalDigits(const char *ptr) { in SkipOctalDigits() function
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp842 s = SkipOctalDigits(s); in ParseNumberStartingWithZero()