Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h194 struct CellDescriptions { struct
243 void alignArrayInitializersRightJustified(CellDescriptions &&CellDescs);
247 void alignArrayInitializersLeftJustified(CellDescriptions &&CellDescs);
255 CellDescriptions getCells(unsigned Start, unsigned End);
315 static CellDescriptions linkCells(CellDescriptions &&CellDesc);
H A DWhitespaceManager.cpp995 CellDescriptions &&CellDescs) { in alignArrayInitializersRightJustified()
1063 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified()
1112 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1241 WhitespaceManager::CellDescriptions
1242 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells()