Searched refs:cleanupLeft (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 2659 cleanupLeft(Line->First, tok::comma, tok::r_paren); in cleanupLine() 2660 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace); in cleanupLine() 2661 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace); in cleanupLine() 2662 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal); in cleanupLine() 2783 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() function in clang::format::__anon2090391b0111::Cleaner
|