|
clang-tools 23.0.0git
|
An emphasis span (* or _). More...
#include <Markdown.h>
Public Member Functions | |
| EmphasisNode () | |
| void | addChild (InlineNode &N) |
| void | removeChild (InlineNode &N) |
| InlineList & | children () |
| const InlineList & | children () 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) |
An emphasis span (* or _).
Definition at line 100 of file Markdown.h.
|
inline |
Definition at line 102 of file Markdown.h.
References clang::doc::markdown::InlineNode::InlineNode(), and clang::doc::markdown::NK_Emphasis.
|
inline |
Definition at line 103 of file Markdown.h.
References clang::doc::markdown::InlineNode::InlineNode().
|
inline |
Definition at line 105 of file Markdown.h.
Referenced by print().
|
inline |
Definition at line 106 of file Markdown.h.
|
inlinestatic |
Definition at line 108 of file Markdown.h.
References clang::doc::markdown::InlineNode::getKind(), clang::doc::markdown::InlineNode::InlineNode(), and clang::doc::markdown::NK_Emphasis.
|
overridevirtual |
Recursively prints the node and its children to OS.
Implements clang::doc::markdown::InlineNode.
Definition at line 29 of file Markdown.cpp.
References children().
|
inline |
Definition at line 104 of file Markdown.h.
References clang::doc::markdown::InlineNode::InlineNode().