Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1524 const char *ExponentBegin; in GetFixedPointValue() local
1531 ExponentBegin = Ptr; in GetFixedPointValue()
1579 const char *End = saw_exponent ? ExponentBegin : SuffixBegin; in GetFixedPointValue()