Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h197 struct CellDescriptions { struct
261 void alignArrayInitializersRightJustified(CellDescriptions &&CellDescs);
265 void alignArrayInitializersLeftJustified(CellDescriptions &&CellDescs);
273 CellDescriptions getCells(unsigned Start, unsigned End);
336 static CellDescriptions linkCells(CellDescriptions &&CellDesc);
H A DWhitespaceManager.cpp1285 CellDescriptions &&CellDescs) { in alignArrayInitializersRightJustified()
1360 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified()
1418 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1561 WhitespaceManager::CellDescriptions
1562 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells()