|
clang-tools 23.0.0git
|
A plain text run. More...
#include <Markdown.h>
Public Member Functions | |
| TextNode (llvm::StringRef T) | |
| llvm::StringRef | getText () 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 plain text run.
Definition at line 70 of file Markdown.h.
|
inlineexplicit |
Definition at line 72 of file Markdown.h.
References clang::doc::markdown::InlineNode::InlineNode(), and clang::doc::markdown::NK_Text.
|
inlinestatic |
Definition at line 76 of file Markdown.h.
References clang::doc::markdown::InlineNode::getKind(), clang::doc::markdown::InlineNode::InlineNode(), and clang::doc::markdown::NK_Text.
|
inline |
Definition at line 74 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 21 of file Markdown.cpp.
References getText().