Home
last modified time | relevance | path

Searched refs:checkSeparator (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.h29 bool checkSeparator(const StringRef IntegerLiteral, int DigitsPerGroup) const;
H A DIntegerLiteralSeparatorFixer.cpp155 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 DLiteralSupport.cpp958 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 DLiteralSupport.h155 void checkSeparator(SourceLocation TokLoc, const char *Pos,