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.cpp1325 CellDescriptions &&CellDescs) { in alignArrayInitializersRightJustified()
1400 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified()
1458 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1601 WhitespaceManager::CellDescriptions
1602 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells()