HomeSort by: relevance | last modified time | path
    Searched defs:TotalWidth (Results 1 - 3 of 3) 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.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 24 milliseconds