Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h809 struct DictScope : DelimitedScope { struct
811 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope() function
813 DictScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in DictScope() argument
822 ~DictScope() { in ~DictScope() argument