Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h153 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1209 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1221 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1310 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
1340 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()