LLVM 22.0.0git
llvm::mustache::MustacheContext Struct Reference

#include "llvm/Support/Mustache.h"

Public Attributes

StringMap< AstPtrPartials
StringMap< LambdaLambdas
StringMap< SectionLambdaSectionLambdas
EscapeMap Escapes

Detailed Description

Definition at line 90 of file Mustache.h.

Member Data Documentation

◆ Escapes

EscapeMap llvm::mustache::MustacheContext::Escapes

Definition at line 94 of file Mustache.h.

◆ Lambdas

StringMap<Lambda> llvm::mustache::MustacheContext::Lambdas

Definition at line 92 of file Mustache.h.

◆ Partials

StringMap<AstPtr> llvm::mustache::MustacheContext::Partials

Definition at line 91 of file Mustache.h.

◆ SectionLambdas

StringMap<SectionLambda> llvm::mustache::MustacheContext::SectionLambdas

Definition at line 93 of file Mustache.h.


The documentation for this struct was generated from the following file: