Searched refs:cleanupLeft (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 2253 cleanupLeft(Line->First, tok::comma, tok::r_paren); in cleanupLine() 2254 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace); in cleanupLine() 2255 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace); in cleanupLine() 2256 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal); in cleanupLine() 2377 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() function in clang::format::__anon8802244b0111::Cleaner
|