LLVM: llvm::mustache::Token Class Reference (original) (raw)
Definition at line 113 of file Mustache.cpp.
◆ Type
| Enumerator |
| Text |
| Variable |
| Partial |
| SectionOpen |
| SectionClose |
| InvertSectionOpen |
| UnescapeVariable |
| Comment |
| SetDelimiter |
Definition at line 115 of file Mustache.cpp.
◆ Token() [1/2]
| llvm::mustache::Token::Token ( StringRef Str) |
inline |
◆ Token() [2/2]
◆ getAccessor()
◆ getIndentation()
| size_t llvm::mustache::Token::getIndentation ( ) const |
inline |
◆ getTokenType()
| Type llvm::mustache::Token::getTokenType ( char Identifier) |
inlinestatic |
◆ getType()
| Type llvm::mustache::Token::getType ( ) const |
inline |
◆ setIndentation()
| void llvm::mustache::Token::setIndentation ( size_t NewIndentation) |
inline |
◆ AccessorValue
◆ Indentation
size_t llvm::mustache::Token::Indentation
◆ RawBody
◆ TokenBody
◆ TokenType
Type llvm::mustache::Token::TokenType
The documentation for this class was generated from the following file: