Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2828 cleanupLeft(Line->First, tok::comma, tok::r_paren); in cleanupLine()
2829 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace); in cleanupLine()
2830 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace); in cleanupLine()
2831 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal); in cleanupLine()
2952 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() function in clang::format::__anon2090391b0111::Cleaner