Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1452 const char *ExponentBegin; in GetFixedPointValue() local
1459 ExponentBegin = Ptr; in GetFixedPointValue()
1507 const char *End = saw_exponent ? ExponentBegin : SuffixBegin; in GetFixedPointValue()