Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Support/
H A DIndentedOstream.h30 struct DelimitedScope { struct
38 ~DelimitedScope() { in ~DelimitedScope() argument
54 /// Returns DelimitedScope. argument
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h841 struct DelimitedScope { struct
842 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() argument
843 DelimitedScope() : W(nullptr) {} in DelimitedScope() argument
849 struct DictScope : DelimitedScope { argument
[all...]