Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1132 CellDescriptions &&CellDescs) { in alignArrayInitializersRightJustified()
1204 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified()
1259 WhitespaceManager::CellDescriptions WhitespaceManager::getCells(unsigned Start, in getCells()
1400 WhitespaceManager::CellDescriptions
1401 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells()