Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.cpp75 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
130 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
146 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
284 const CommaSeparatedList::ColumnFormat *
285 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
DFormatToken.h515 class CommaSeparatedList : public TokenRole {
517 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
DTokenAnnotator.cpp447 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc62 string CommaSeparatedList(const vector<const FileDescriptor*> all_files) { in CommaSeparatedList() function
237 CommaSeparatedList(all_files), in GetOutputFileContent()