Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h144 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1135 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1147 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1236 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
1266 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()