Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2454 cleanupLeft(Line->First, tok::comma, tok::r_paren); in cleanupLine()
2455 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace); in cleanupLine()
2456 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace); in cleanupLine()
2457 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal); in cleanupLine()
2578 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() function in clang::format::__anon9fd446720111::Cleaner