|
LLVM 22.0.0git
|
Public Types | |
| enum | Type { Root , Text , Partial , Variable , UnescapeVariable , Section , InvertSection } |
Additional Inherited Members | |
| Protected Types inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< ASTNode, Options... >::type > | |
| using | self_iterator |
| using | const_self_iterator |
| using | reverse_self_iterator |
| using | const_reverse_self_iterator |
| Protected Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< ASTNode, Options... >::type > | |
| ilist_node_impl ()=default | |
Definition at line 184 of file Mustache.cpp.
| Enumerator | |
|---|---|
| Root | |
| Text | |
| Partial | |
| Variable | |
| UnescapeVariable | |
| Section | |
| InvertSection | |
Definition at line 186 of file Mustache.cpp.
|
inline |
Definition at line 196 of file Mustache.cpp.
References Root.
|
inline |
Definition at line 199 of file Mustache.cpp.
|
inline |
Definition at line 204 of file Mustache.cpp.
References ASTNode().
|
inline |
Definition at line 209 of file Mustache.cpp.
| void llvm::mustache::ASTNode::render | ( | const llvm::json::Value & | Data, |
| MustacheOutputStream & | OS ) |
Definition at line 774 of file Mustache.cpp.
References llvm::Data, InvertSection, llvm_unreachable, Partial, Root, Section, Text, UnescapeVariable, and Variable.
|
inline |
Definition at line 213 of file Mustache.cpp.
|
inline |
Definition at line 211 of file Mustache.cpp.