Searched refs:parseMustache (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 444 void parseMustache(ASTNode *Parent, llvm::StringMap<AstPtr> &Partials, 461 parseMustache(RootNode.get(), Partials, Lambdas, SectionLambdas, Escapes); in parse() 465 void Parser::parseMustache(ASTNode *Parent, llvm::StringMap<AstPtr> &Partials, in parseMustache() function in llvm::mustache::Parser 506 parseMustache(CurrentNode.get(), Partials, Lambdas, SectionLambdas, in parseMustache() 520 parseMustache(CurrentNode.get(), Partials, Lambdas, SectionLambdas, in parseMustache()
|