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

Declarations

tools/clang/tools/extra/clangd/FormattedString.h
   27   void appendText(std::string Text);

References

tools/clang/tools/extra/clangd/XRefs.cpp
 1271     Output.appendText("Declared in");
 1289     Output.appendText(Documentation);
tools/clang/tools/extra/clangd/unittests/FormattedStringTests.cpp
   24   S.appendText("foobar  ");
   25   S.appendText("baz");
   46   S.appendText("after");
   70   S.appendText("foo");
   72   S.appendText("baz");
   81   S.appendText("*!`");
   92   S.appendText(Punctuation);
  164   S.appendText("foo");
  165   S.appendText("bar");
  175   S.appendText("foo ");
  180   S.appendText("foo\n");
  186   S.appendText(" bar");
  190   S.appendText("foo");
  192   S.appendText("baz");