Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.h29 bool checkSeparator(const StringRef IntegerLiteral, int DigitsPerGroup) const;
H A DIntegerLiteralSeparatorFixer.cpp152 checkSeparator(Text, DigitsPerGroup)) { in process()
167 bool IntegerLiteralSeparatorFixer::checkSeparator( in checkSeparator() function in clang::format::IntegerLiteralSeparatorFixer
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp960 checkSeparator(TokLoc, s, CSK_AfterDigits); in NumericLiteralParser()
1205 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon()
1209 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1213 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon()
1221 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
1262 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator() function in NumericLiteralParser
1310 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
1325 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseNumberStartingWithZero()
1340 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h156 void checkSeparator(SourceLocation TokLoc, const char *Pos,