Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h152 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1236 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1248 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1339 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
1369 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()