Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp548 checkSeparator(TokLoc, s, CSK_BeforeDigits); in NumericLiteralParser()
557 checkSeparator(TokLoc, s, CSK_BeforeDigits); in NumericLiteralParser()
762 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
789 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
859 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
871 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
/external/clang/include/clang/Lex/
DLiteralSupport.h110 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator