HomeSort by relevance Sort by last modified time
    Searched refs:CommaSeparatedList (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
FormatToken.cpp 74 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
129 unsigned CommaSeparatedList::formatFromToken(LineState &State,
145 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {
273 const CommaSeparatedList::ColumnFormat *
274 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const {
FormatToken.h 472 class CommaSeparatedList : public TokenRole {
474 CommaSeparatedList(const FormatStyle &Style)
TokenAnnotator.cpp 398 Left->Role.reset(new CommaSeparatedList(Style));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 53 string CommaSeparatedList(const vector<const FileDescriptor*> all_files) {
222 CommaSeparatedList(all_files),

Completed in 56 milliseconds