Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1331 const char *EndDecimal = SkipDigits(s); in ParseNumberStartingWithZero() local
1332 if (EndDecimal[0] == '.' || EndDecimal[0] == 'e' || EndDecimal[0] == 'E') { in ParseNumberStartingWithZero()
1333 s = EndDecimal; in ParseNumberStartingWithZero()