Home
last modified time | relevance | path

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

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