Home
last modified time | relevance | path

Searched defs:ListScope (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DScopedPrinter.h828 struct ListScope : DelimitedScope { struct
830 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() function
832 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() argument
841 ~ListScope() { in ~ListScope() argument