Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp169 void renderPartial(const llvm::json::Value &Contexts, llvm::raw_ostream &OS,
585 renderPartial(CurrentCtx, OS, Partial->getValue().get()); in render()
684 void ASTNode::renderPartial(const json::Value &Contexts, llvm::raw_ostream &OS, in renderPartial() function in llvm::mustache::ASTNode