Home
last modified time | relevance | path

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

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