OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColumnFormat
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
FormatToken.cpp
77
// Find the best
ColumnFormat
, i.e. the best number of columns to use.
78
const
ColumnFormat
*Format = getColumnFormat(RemainingCodePoints);
79
// If no
ColumnFormat
can be used, the braced list would generally be
194
ColumnFormat
Format;
230
const CommaSeparatedList::
ColumnFormat
*
232
const
ColumnFormat
*BestFormat = nullptr;
233
for (SmallVector<
ColumnFormat
, 4>::const_reverse_iterator
FormatToken.h
471
struct
ColumnFormat
{
485
/// \brief Calculate which \c
ColumnFormat
fits best into
487
const
ColumnFormat
*getColumnFormat(unsigned RemainingCharacters) const;
497
SmallVector<
ColumnFormat
, 4> Formats;
Completed in 30 milliseconds