Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1009 cleanupRight(Line->First, tok::comma, tok::comma); in analyze()
1010 cleanupRight(Line->First, TT_CtorInitializerColon, tok::comma); in analyze()
1139 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() function in clang::format::__anon6a407afc0111::Cleaner