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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h197 struct CellDescriptions { struct in class:clang::format::WhitespaceManager
261 void alignArrayInitializersRightJustified(CellDescriptions &&CellDescs);
265 void alignArrayInitializersLeftJustified(CellDescriptions &&CellDescs);
271 /// Get a set of fully specified CellDescriptions between \p Start and
273 CellDescriptions getCells(unsigned Start, unsigned End);
336 static CellDescriptions linkCells(CellDescriptions &&CellDesc);
H A DWhitespaceManager.cpp1285 CellDescriptions &&CellDescs) {
1360 CellDescriptions &&CellDescs) {
1418 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start,
1561 WhitespaceManager::CellDescriptions
1562 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) {

Completed in 112 milliseconds