Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h152 const char *SkipOctalDigits(const char *ptr) { in SkipOctalDigits() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp984 s = SkipOctalDigits(s); in ParseNumberStartingWithZero()