Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1852 cleanupLeft(Line->First, tok::comma, tok::r_paren); in cleanupLine()
1853 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace); in cleanupLine()
1854 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace); in cleanupLine()
1855 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal); in cleanupLine()
1975 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() function in clang::format::__anon5a72e2a60111::Cleaner