Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2626 cleanupLeft(Line->First, tok::comma, tok::r_paren); in cleanupLine()
2627 cleanupLeft(Line->First, TT_CtorInitializerComma, tok::l_brace); in cleanupLine()
2628 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::l_brace); in cleanupLine()
2629 cleanupLeft(Line->First, TT_CtorInitializerColon, tok::equal); in cleanupLine()
2750 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() function in clang::format::__anonc1399e510111::Cleaner