Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp174 const llvm::json::Value *findContext();
573 const json::Value *ContextPtr = Ty == Root ? ParentContext : findContext(); in render()
640 const json::Value *ASTNode::findContext() { in findContext() function in llvm::mustache::ASTNode