Searched defs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance
841 struct DelimitedScope { struct842 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() argument843 DelimitedScope() : W(nullptr) {} in DelimitedScope() function849 struct DictScope : DelimitedScope { argument