Searched refs:TotalWidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h82 unsigned TotalWidth = 0; local
87 return TotalWidth + columnWidth(Tail, Encoding);
88 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
89 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth;
H A DFormatToken.cpp260 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces.
263 Format.TotalWidth += Format.ColumnSizes[i];
276 if (Format.TotalWidth > Style.ColumnLimit)
290 if (I->TotalWidth <= RemainingCharacters) {
H A DFormatToken.h498 unsigned TotalWidth; member in struct:clang::format::CommaSeparatedList::ColumnFormat

Completed in 164 milliseconds