reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/TokenAnnotator.cpp
  715       ++Left->BlockParameterCount;
  717       ++Left->ParameterCount;
  718       if (!Left->Role)
  719         Left->Role.reset(new CommaSeparatedList(Style));
  720       Left->Role->CommaFound(Current);
  721     } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) {
  722       Left->ParameterCount = 1;