Home
last modified time | relevance | path

Searched refs:Partials (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp133 ASTNode(llvm::StringMap<AstPtr> &Partials, llvm::StringMap<Lambda> &Lambdas, in ASTNode() argument
135 : Partials(Partials), Lambdas(Lambdas), SectionLambdas(SectionLambdas), in ASTNode()
139 ASTNode(std::string Body, ASTNode *Parent, llvm::StringMap<AstPtr> &Partials, in ASTNode() argument
142 : Partials(Partials), Lambdas(Lambdas), SectionLambdas(SectionLambdas), in ASTNode()
148 llvm::StringMap<AstPtr> &Partials, llvm::StringMap<Lambda> &Lambdas, in ASTNode() argument
150 : Partials(Partials), Lambdas(Lambdas), SectionLambdas(SectionLambdas), in ASTNode()
176 StringMap<AstPtr> &Partials; member in llvm::mustache::ASTNode
192 AstPtr createRootNode(llvm::StringMap<AstPtr> &Partials, in createRootNode() argument
196 return std::make_unique<ASTNode>(Partials, Lambdas, SectionLambdas, Escapes); in createRootNode()
200 llvm::StringMap<AstPtr> &Partials, in createNode() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMustache.h121 StringMap<AstPtr> Partials;