Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.h273 static bool isSplitCell(const CellDescription &Cell);
H A DWhitespaceManager.cpp1141 if (isSplitCell(*CellIter)) in alignArrayInitializersRightJustified()
1248 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell() function in clang::format::WhitespaceManager