Searched defs:ListScope (Results 1 – 1 of 1) sorted by relevance
868 struct ListScope : DelimitedScope { struct870 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() function872 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() argument881 ~ListScope() { in ~ListScope() argument