Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp134 llvm::StringMap<SectionLambda> &SectionLambdas, EscapeMap &Escapes) in ASTNode() argument
136 Escapes(Escapes), Ty(Type::Root), Parent(nullptr), in ASTNode()
141 llvm::StringMap<SectionLambda> &SectionLambdas, EscapeMap &Escapes) in ASTNode() argument
143 Escapes(Escapes), Ty(Type::Text), Body(std::move(Body)), Parent(Parent), in ASTNode()
149 llvm::StringMap<SectionLambda> &SectionLambdas, EscapeMap &Escapes) in ASTNode() argument
151 Escapes(Escapes), Ty(Ty), Parent(Parent), in ASTNode()
179 EscapeMap &Escapes; member in llvm::mustache::ASTNode
195 EscapeMap &Escapes) { in createRootNode() argument
196 return std::make_unique<ASTNode>(Partials, Lambdas, SectionLambdas, Escapes); in createRootNode()
203 EscapeMap &Escapes) { in createNode() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMustache.h118 LLVM_ABI void overrideEscapeCharacters(DenseMap<char, std::string> Escapes);
124 DenseMap<char, std::string> Escapes; variable
/freebsd/contrib/tcsh/nls/german/
H A Dset333 31 Expandiere History-Escapes
34 32 Expandiere History-Escapes in einer Zeile
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod83 Escapes some characters by surrounding the entire string with quotation
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td868 // Escapes local variables to allow access from other functions.