Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DEncoding.h63 unsigned TotalWidth = 0; in columnWidthWithTabs() local
68 return TotalWidth + columnWidth(Tail, Encoding); in columnWidthWithTabs()
69 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding); in columnWidthWithTabs()
71 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth; in columnWidthWithTabs()
H A DFormatToken.cpp268 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces. in precomputeFormattingInfos()
271 Format.TotalWidth += Format.ColumnSizes[i]; in precomputeFormattingInfos()
284 if (Format.TotalWidth > Style.ColumnLimit && Columns > 1) in precomputeFormattingInfos()
298 if (I->TotalWidth <= RemainingCharacters || I->Columns == 1) { in getColumnFormat()
H A DFormatToken.h803 unsigned TotalWidth; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h471 static constexpr storage_type TotalWidth = 0 variable
475 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");