Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h258 static bool isSplitCell(const CellDescription &Cell);
H A DWhitespaceManager.cpp1002 if (isSplitCell(*CellIter)) in alignArrayInitializersRightJustified()
1101 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell() function in clang::format::WhitespaceManager