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