Searched refs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance
351 struct DelimitedScope { struct352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() argument357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument365 ~DelimitedScope() { in ~DelimitedScope() argument373 using DictScope = DelimitedScope<'{', '}'>; argument374 using ListScope = DelimitedScope<'[', ']'>;