Searched defs:DictScope (Results 1 – 1 of 1) sorted by relevance
849 struct DictScope : DelimitedScope { struct 851 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope() argument 853 DictScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in DictScope() argument 862 ~DictScope() { in ~DictScope() argument