Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1881 bool IsHexFloat = true; in LexNumericConstant() local
1884 IsHexFloat = false; in LexNumericConstant()
1887 IsHexFloat = false; in LexNumericConstant()
1889 if (IsHexFloat) in LexNumericConstant()