LLVM 22.0.0git
|
#include "llvm/Support/Mustache.h"
Public Member Functions | |
MustacheContext (BumpPtrAllocator &Allocator, StringSaver &Saver) |
Public Attributes | |
BumpPtrAllocator & | Allocator |
StringSaver & | Saver |
StringMap< AstPtr > | Partials |
StringMap< Lambda > | Lambdas |
StringMap< SectionLambda > | SectionLambdas |
EscapeMap | Escapes |
Definition at line 93 of file Mustache.h.
|
inline |
Definition at line 94 of file Mustache.h.
BumpPtrAllocator& llvm::mustache::MustacheContext::Allocator |
Definition at line 96 of file Mustache.h.
Referenced by MustacheContext().
EscapeMap llvm::mustache::MustacheContext::Escapes |
Definition at line 101 of file Mustache.h.
Definition at line 99 of file Mustache.h.
Definition at line 98 of file Mustache.h.
StringSaver& llvm::mustache::MustacheContext::Saver |
Definition at line 97 of file Mustache.h.
Referenced by MustacheContext().
StringMap<SectionLambda> llvm::mustache::MustacheContext::SectionLambdas |
Definition at line 100 of file Mustache.h.