Home
last modified time | relevance | path

Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp76 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
135 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
153 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
291 const CommaSeparatedList::ColumnFormat *
292 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
H A DFormatToken.h771 class CommaSeparatedList : public TokenRole {
773 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
H A DTokenAnnotator.cpp795 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()