Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1849 cleanupRight(Line->First, tok::comma, tok::comma); in cleanupLine()
1850 cleanupRight(Line->First, TT_CtorInitializerColon, tok::comma); in cleanupLine()
1851 cleanupRight(Line->First, tok::l_paren, tok::comma); in cleanupLine()
1980 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() function in clang::format::__anon29f0ecbc0111::Cleaner