Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMustache.h109 LLVM_ABI void registerPartial(std::string Name, std::string Partial);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp724 void Template::registerPartial(std::string Name, std::string Partial) { in registerPartial() function in llvm::mustache::Template