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

References

tools/clang/lib/Format/BreakableToken.cpp
  381   for (size_t i = 1, e = Lines.size(); i < e && !Decoration.empty(); ++i) {
  381   for (size_t i = 1, e = Lines.size(); i < e && !Decoration.empty(); ++i) {
  383     if (i + 1 == e && Content[i].empty())
  383     if (i + 1 == e && Content[i].empty())
  385     if (!Content[i].empty() && i + 1 != e && Decoration.startswith(Content[i]))
  385     if (!Content[i].empty() && i + 1 != e && Decoration.startswith(Content[i]))
  385     if (!Content[i].empty() && i + 1 != e && Decoration.startswith(Content[i]))
  387     while (!Content[i].startswith(Decoration))