Searched refs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance
361 struct DelimitedScope { struct362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function375 ~DelimitedScope() { in ~DelimitedScope() argument383 using DictScope = DelimitedScope<'{', '}'>; argument384 using ListScope = DelimitedScope<'[', ']'>;