Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h131 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp770 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
782 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
869 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
897 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()