Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1778 bool IsHexFloat = true; in LexNumericConstant() local
1781 IsHexFloat = false; in LexNumericConstant()
1784 IsHexFloat = false; in LexNumericConstant()
1786 if (IsHexFloat) in LexNumericConstant()