Searched refs:SectionLambda (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 134 llvm::StringMap<SectionLambda> &SectionLambdas, EscapeMap &Escapes) in ASTNode() 141 llvm::StringMap<SectionLambda> &SectionLambdas, EscapeMap &Escapes) in ASTNode() 149 llvm::StringMap<SectionLambda> &SectionLambdas, EscapeMap &Escapes) in ASTNode() 167 llvm::raw_ostream &OS, SectionLambda &L); 178 StringMap<SectionLambda> &SectionLambdas; 194 llvm::StringMap<SectionLambda> &SectionLambdas, in createRootNode() 202 llvm::StringMap<SectionLambda> &SectionLambdas, in createNode() 211 llvm::StringMap<SectionLambda> &SectionLambdas, in createTextNode() 440 llvm::StringMap<SectionLambda> &SectionLambdas, 446 llvm::StringMap<SectionLambda> &SectionLambdas, [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Mustache.h | 84 using SectionLambda = std::function<llvm::json::Value(std::string)>; variable 113 LLVM_ABI void registerLambda(std::string Name, SectionLambda Lambda); 123 StringMap<SectionLambda> SectionLambdas;
|