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

References

tools/clang/tools/extra/clangd/FormattedString.cpp
   94   C.Contents = Text;
  101   C.Contents = std::move(Code);
  109   C.Contents = std::move(Code);
  123       if (!C.Contents.empty() && !isWhitespace(C.Contents.front()))
  123       if (!C.Contents.empty() && !isWhitespace(C.Contents.front()))
  125       R += renderText(C.Contents);
  129       R += renderInlineBlock(C.Contents);
  134       R += renderCodeBlock(C.Contents, C.Language);
  160       R += C.Contents;
  164       R += C.Contents;
  167       R += C.Contents;
  182       R += "text[" + C.Contents + "]";
  185       R += "code[" + C.Contents + "]";
  190       R += llvm::formatv("codeblock({0}) [\n{1}\n]\n", C.Language, C.Contents);