Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScopedPrinter.h351 struct DelimitedScope { struct
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() argument
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument
365 ~DelimitedScope() { in ~DelimitedScope() argument
373 using DictScope = DelimitedScope<'{', '}'>; argument
374 using ListScope = DelimitedScope<'[', ']'>;