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

Declarations

tools/clang/tools/extra/clangd/FormattedString.h
   31   void appendCodeBlock(std::string Code, std::string Language = "cpp");

References

tools/clang/tools/extra/clangd/XRefs.cpp
 1282     Output.appendCodeBlock(Definition);
 1285     Output.appendCodeBlock(Name);
tools/clang/tools/extra/clangd/unittests/FormattedStringTests.cpp
   35   S.appendCodeBlock("foobar");
   44   S.appendCodeBlock("foobar");
   45   S.appendCodeBlock("bazqux", "javascript");
  100   S.appendCodeBlock("#define FOO\n* foo !+ bar * baz");
  111   S.appendCodeBlock("foo`bar`baz");
  140   S.appendCodeBlock("foobarbaz `\nqux");
  145   S.appendCodeBlock("foobarbaz ``\nqux");
  150   S.appendCodeBlock("foobarbaz ```\nqux");
  155   S.appendCodeBlock("foobarbaz ` `` ``` ```` `\nqux");
  191   S.appendCodeBlock("bar");