Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp803 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
815 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
904 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
934 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h136 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator