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

References

tools/clang/tools/extra/clangd/Format.cpp
  151   if (!CommentMarker.empty() &&
  157         Leading.take_front(CommentMarker.data() - Leading.data());
  159         (std::string(columnWidthUTF8(PreComment), ' ') + CommentMarker + " ")
  170   if (CommentMarker.empty() && Leading.endswith("{") &&
  187   Result.CursorPlaceholder = !CommentMarker.empty() ? "ident" : "//==\nident";