Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1069 const char *ExponentBegin; in GetFixedPointValue() local
1076 ExponentBegin = Ptr; in GetFixedPointValue()
1124 const char *End = saw_exponent ? ExponentBegin : SuffixBegin; in GetFixedPointValue()