Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h273 static bool isSplitCell(const CellDescription &Cell);
H A DWhitespaceManager.cpp1104 if (isSplitCell(*CellIter)) in alignArrayInitializersRightJustified()
1211 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell() function in clang::format::WhitespaceManager