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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.cpp 76 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
135 unsigned CommaSeparatedList::formatFromToken(LineState &State,
153 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {
291 const CommaSeparatedList::ColumnFormat *
292 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const {
FormatToken.h 771 class CommaSeparatedList : public TokenRole {
773 CommaSeparatedList(const FormatStyle &Style)
TokenAnnotator.cpp 795 Left->Role.reset(new CommaSeparatedList(Style));

Completed in 20 milliseconds