Searched defs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance
352 struct DelimitedScope { struct353 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function358 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function366 ~DelimitedScope() { in ~DelimitedScope() argument374 using DictScope = DelimitedScope<'{', '}'>; argument