Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h192 struct CellDescriptions { struct
270 void alignArrayInitializersRightJustified(CellDescriptions &&CellDescs);
274 void alignArrayInitializersLeftJustified(CellDescriptions &&CellDescs);
282 CellDescriptions getCells(unsigned Start, unsigned End);
345 static CellDescriptions linkCells(CellDescriptions &&CellDesc);
H A DWhitespaceManager.cpp1323 CellDescriptions &&CellDescs) { in alignArrayInitializersRightJustified()
1398 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified()
1456 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1599 WhitespaceManager::CellDescriptions
1600 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells()