Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h197 struct CellDescriptions { struct
258 void alignArrayInitializersRightJustified(CellDescriptions &&CellDescs);
262 void alignArrayInitializersLeftJustified(CellDescriptions &&CellDescs);
270 CellDescriptions getCells(unsigned Start, unsigned End);
332 static CellDescriptions linkCells(CellDescriptions &&CellDesc);
H A DWhitespaceManager.cpp1095 CellDescriptions &&CellDescs) { in alignArrayInitializersRightJustified()
1167 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified()
1222 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1363 WhitespaceManager::CellDescriptions
1364 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells()