Searched refs:checkSeparator (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.h | 29 bool checkSeparator(const StringRef IntegerLiteral, int DigitsPerGroup) const;
|
H A D | IntegerLiteralSeparatorFixer.cpp | 152 checkSeparator(Text, DigitsPerGroup)) { in process() 167 bool IntegerLiteralSeparatorFixer::checkSeparator( in checkSeparator() function in clang::format::IntegerLiteralSeparatorFixer
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 888 checkSeparator(TokLoc, s, CSK_AfterDigits); in NumericLiteralParser() 1133 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon() 1137 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon() 1141 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon() 1149 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon() 1190 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator() function in NumericLiteralParser 1238 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero() 1253 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseNumberStartingWithZero() 1268 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 147 void checkSeparator(SourceLocation TokLoc, const char *Pos,
|