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

References

tools/clang/lib/Format/WhitespaceManager.cpp
  815     Text.append(Spaces, ' ');
  824         Text.append(Spaces, ' ');
  829       Text.append("\t");
  831       Text.append(Spaces / Style.TabWidth, '\t');
  832       Text.append(Spaces % Style.TabWidth, ' ');
  834       Text.append(Spaces, ' ');
  847         Text.append(Tabs, '\t');
  851     Text.append(Spaces, ' ');
  856       Text.append(Tabs, '\t');
  859     Text.append(Spaces, ' ');