Home
last modified time | relevance | path

Searched refs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h361 struct DelimitedScope { struct
362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function
367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function
375 ~DelimitedScope() { in ~DelimitedScope() argument
383 using DictScope = DelimitedScope<'{', '}'>; argument
384 using ListScope = DelimitedScope<'[', ']'>;