Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp163 void renderLambdas(const llvm::json::Value &Contexts, llvm::raw_ostream &OS,
591 renderLambdas(CurrentCtx, OS, Lambda->getValue()); in render()
601 renderLambdas(CurrentCtx, OS, Lambda->getValue()); in render()
690 void ASTNode::renderLambdas(const json::Value &Contexts, llvm::raw_ostream &OS, in renderLambdas() function in llvm::mustache::ASTNode