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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.cpp 98 // Find the best ColumnFormat, i.e. the best number of columns to use.
99 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints);
101 // If no ColumnFormat can be used, the braced list would generally be
243 ColumnFormat Format;
291 const CommaSeparatedList::ColumnFormat *
293 const ColumnFormat *BestFormat = nullptr;
294 for (SmallVector<ColumnFormat, 4>::const_reverse_iterator
FormatToken.h 798 struct ColumnFormat {
812 /// Calculate which \c ColumnFormat fits best into
814 const ColumnFormat *getColumnFormat(unsigned RemainingCharacters) const;
824 SmallVector<ColumnFormat, 4> Formats;

Completed in 21 milliseconds