|
clang-tools 23.0.0git
|
An ordered list (1. 2. 3. markers). Start holds the first item number. More...
#include <Markdown.h>
Public Member Functions | |
| OrderedListNode (unsigned S=1) | |
| unsigned | getStart () const |
| void | addItem (ListItemNode &N) |
| void | removeItem (ListItemNode &N) |
| ItemList & | items () |
| const ItemList & | items () 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::BlockNode | |
| BlockNode (NodeKind K) | |
| virtual | ~BlockNode ()=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 BlockNode *N) |
An ordered list (1. 2. 3. markers). Start holds the first item number.
Definition at line 250 of file Markdown.h.
|
inlineexplicit |
Definition at line 252 of file Markdown.h.
References clang::doc::markdown::BlockNode::BlockNode(), and clang::doc::markdown::NK_OrderedList.
|
inline |
Definition at line 255 of file Markdown.h.
|
inlinestatic |
Definition at line 260 of file Markdown.h.
References clang::doc::markdown::BlockNode::BlockNode(), clang::doc::markdown::BlockNode::getKind(), and clang::doc::markdown::NK_OrderedList.
|
inline |
Definition at line 254 of file Markdown.h.
Referenced by print().
|
inline |
Definition at line 257 of file Markdown.h.
Referenced by print().
|
inline |
Definition at line 258 of file Markdown.h.
|
overridevirtual |
Recursively prints the node and its children to OS.
Implements clang::doc::markdown::BlockNode.
Definition at line 77 of file Markdown.cpp.
References getStart(), and items().
|
inline |
Definition at line 256 of file Markdown.h.