Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h336 static CellDescriptions linkCells(CellDescriptions &&CellDesc);
H A DWhitespaceManager.cpp1536 return linkCells({Cells, CellCounts, InitialSpaces}); in getCells()
1562 WhitespaceManager::linkCells(CellDescriptions &&CellDesc) { in linkCells() function in clang::format::WhitespaceManager