|
clang-tools 23.0.0git
|
A backtick-delimited inline code span. More...
#include <Markdown.h>
Public Member Functions | |
| InlineCodeNode (llvm::StringRef C) | |
| llvm::StringRef | getCode () const |
| void | print (llvm::raw_ostream &OS) const override |
| Recursively prints the node and its children to OS. | |
| Public Member Functions inherited from clang::doc::markdown::InlineNode | |
| InlineNode (NodeKind K) | |
| virtual | ~InlineNode ()=default |
| NodeKind | getKind () const |
| LLVM_DUMP_METHOD void | dump () const |
| Prints to llvm::errs(). Only available in assert builds. | |
Static Public Member Functions | |
| static bool | classof (const InlineNode *N) |
A backtick-delimited inline code span.
Definition at line 85 of file Markdown.h.
|
inlineexplicit |
Definition at line 87 of file Markdown.h.
References clang::doc::markdown::InlineNode::InlineNode(), and clang::doc::markdown::NK_InlineCode.
|
inlinestatic |
Definition at line 91 of file Markdown.h.
References clang::doc::markdown::InlineNode::getKind(), clang::doc::markdown::InlineNode::InlineNode(), and clang::doc::markdown::NK_InlineCode.
|
inline |
Definition at line 89 of file Markdown.h.
Referenced by print().
|
overridevirtual |
Recursively prints the node and its children to OS.
Implements clang::doc::markdown::InlineNode.
Definition at line 25 of file Markdown.cpp.
References getCode().