Searched defs:ListScope (Results 1 – 7 of 7) sorted by relevance
828 struct ListScope : DelimitedScope { struct830 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() argument832 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() argument841 ~ListScope() { in ~ListScope() argument
868 struct ListScope : DelimitedScope { struct870 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() argument872 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() function881 ~ListScope() { in ~ListScope() argument
868 struct ListScope : DelimitedScope { struct870 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() argument872 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() argument881 ~ListScope() { in ~ListScope() argument
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() function881 ~ListScope() { in ~ListScope() argument
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
374 using ListScope = DelimitedScope<'[', ']'>; variable
384 using ListScope = DelimitedScope<'[', ']'>; variable