Searched refs:cleanupRight (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Format/ |
D | Format.cpp | 1009 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::__anon9398d3e40111::Cleaner
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 1747 cleanupRight(Line->First, tok::comma, tok::comma); in cleanupLine() 1748 cleanupRight(Line->First, TT_CtorInitializerColon, tok::comma); in cleanupLine() 1749 cleanupRight(Line->First, tok::l_paren, tok::comma); in cleanupLine() 1878 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() function in clang::format::__anon250363d20111::Cleaner
|