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