Searched defs:DictScope (Results 1 – 1 of 1) sorted by relevance
857 struct DictScope : DelimitedScope { struct859 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope() function861 DictScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in DictScope() argument870 ~DictScope() { in ~DictScope() argument