Searched refs:CSK_BeforeDigits (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 548 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/ |
D | LiteralSupport.h | 110 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enumerator
|