Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp1898 cleanupRight(Line->First, tok::comma, tok::comma); in cleanupLine()
1899 cleanupRight(Line->First, TT_CtorInitializerColon, tok::comma); in cleanupLine()
1900 cleanupRight(Line->First, tok::l_paren, tok::comma); in cleanupLine()
2029 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() function in clang::format::__anonf93d43330111::Cleaner