|
clang-tools 23.0.0git
|
A fenced code block (``` or ~~~). Lang holds the info string. More...
#include <Markdown.h>
Public Member Functions | |
| FencedCodeNode (llvm::StringRef L, llvm::StringRef C) | |
| llvm::StringRef | getLang () const |
| 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::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) |
A fenced code block (``` or ~~~). Lang holds the info string.
Definition at line 193 of file Markdown.h.
|
inline |
Definition at line 195 of file Markdown.h.
References clang::doc::markdown::BlockNode::BlockNode(), and clang::doc::markdown::NK_FencedCode.
|
inlinestatic |
Definition at line 200 of file Markdown.h.
References clang::doc::markdown::BlockNode::BlockNode(), clang::doc::markdown::BlockNode::getKind(), and clang::doc::markdown::NK_FencedCode.
|
inline |
Definition at line 198 of file Markdown.h.
Referenced by print().
|
inline |
Definition at line 197 of file Markdown.h.
Referenced by print().
|
overridevirtual |
Recursively prints the node and its children to OS.
Implements clang::doc::markdown::BlockNode.
Definition at line 57 of file Markdown.cpp.