HomeSort by: relevance | last modified time | path
    Searched refs:TotalWidth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
Encoding.h 63 unsigned TotalWidth = 0;
68 return TotalWidth + columnWidth(Tail, Encoding);
69 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
71 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth;
FormatToken.cpp 268 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces.
271 Format.TotalWidth += Format.ColumnSizes[i];
284 if (Format.TotalWidth > Style.ColumnLimit && Columns > 1)
298 if (I->TotalWidth <= RemainingCharacters || I->Columns == 1) {
FormatToken.h 803 unsigned TotalWidth;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 471 static constexpr storage_type TotalWidth = 0
475 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");

Completed in 25 milliseconds