Home
last modified time | relevance | path

Searched defs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h352 struct DelimitedScope { struct
353 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function
358 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function
366 ~DelimitedScope() { in ~DelimitedScope() argument
374 using DictScope = DelimitedScope<'{', '}'>; argument