Searched defs:DictScope (Results 1 – 1 of 1) sorted by relevance
809 struct DictScope : DelimitedScope { struct811 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope() function813 DictScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in DictScope() argument822 ~DictScope() { in ~DictScope() argument