Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h868 struct ListScope : DelimitedScope { struct
870 explicit ListScope(ScopedPrinter &W) : DelimitedScope(W) { W.arrayBegin(); } in ListScope() function
872 ListScope(ScopedPrinter &W, StringRef N) : DelimitedScope(W) { in ListScope() argument
881 ~ListScope() { in ~ListScope() argument