LLVM 22.0.0git
|
Public Member Functions | |
Parser (StringRef TemplateStr) | |
AstPtr | parse (llvm::StringMap< AstPtr > &Partials, llvm::StringMap< Lambda > &Lambdas, llvm::StringMap< SectionLambda > &SectionLambdas, EscapeMap &Escapes) |
Definition at line 434 of file Mustache.cpp.
|
inline |
Definition at line 436 of file Mustache.cpp.
AstPtr llvm::mustache::Parser::parse | ( | llvm::StringMap< AstPtr > & | Partials, |
llvm::StringMap< Lambda > & | Lambdas, | ||
llvm::StringMap< SectionLambda > & | SectionLambdas, | ||
EscapeMap & | Escapes | ||
) |
Definition at line 454 of file Mustache.cpp.
References llvm::mustache::createRootNode(), and llvm::mustache::tokenize().