LLVM 22.0.0git
llvm::mustache::Parser Class Reference

Public Member Functions

 Parser (StringRef TemplateStr)
AstPtr parse (llvm::StringMap< AstPtr > &Partials, llvm::StringMap< Lambda > &Lambdas, llvm::StringMap< SectionLambda > &SectionLambdas, EscapeMap &Escapes)

Detailed Description

Definition at line 434 of file Mustache.cpp.

Constructor & Destructor Documentation

◆ Parser()

llvm::mustache::Parser::Parser ( StringRef TemplateStr)
inline

Definition at line 436 of file Mustache.cpp.

Member Function Documentation

◆ parse()

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().


The documentation for this class was generated from the following file: