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

References

tools/clang/tools/extra/clangd/Format.cpp
  133   if (Indentation.data() == Code.data()) {
  138       lastLine(Code.take_front(Indentation.data() - Code.data() - 1));
  150   bool NewLineIsComment = !commentMarker(Indentation).empty();
  162         Result.Changes.add(replacement(Code, Indentation, IndentAndComment)));
  166     cantFail(Result.Changes.add(replacement(Code, Indentation, "")));