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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h63 unsigned TotalWidth = 0; local
68 return TotalWidth + columnWidth(Tail, Encoding);
69 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
71 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth;
H A DFormatToken.cpp310 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces.
313 Format.TotalWidth += Format.ColumnSizes[i];
327 if (Format.TotalWidth > Style.ColumnLimit && Columns > 1)
338 if (Format.TotalWidth <= RemainingCharacters || Format.Columns == 1) {
H A DFormatToken.h952 unsigned TotalWidth; member in struct:clang::format::CommaSeparatedList::ColumnFormat
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h745 static constexpr storage_type TotalWidth = 0 member in class:clang::FPOptions
749 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");

Completed in 76 milliseconds