Searched refs:checkSeparator (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | IntegerLiteralSeparatorFixer.h | 29 bool checkSeparator(const StringRef IntegerLiteral, int DigitsPerGroup) const;
|
| H A D | IntegerLiteralSeparatorFixer.cpp | 155 checkSeparator(Text, DigitsPerGroup)) { in process() 170 bool IntegerLiteralSeparatorFixer::checkSeparator( in checkSeparator() function in clang::format::IntegerLiteralSeparatorFixer
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 958 checkSeparator(TokLoc, s, CSK_AfterDigits); in NumericLiteralParser() 1234 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon() 1238 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon() 1242 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon() 1250 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon() 1293 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator() function in NumericLiteralParser 1341 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero() 1356 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseNumberStartingWithZero() 1371 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 155 void checkSeparator(SourceLocation TokLoc, const char *Pos,
|