Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DIndentedOstream.h30 struct DelimitedScope { struct
37 ~DelimitedScope() { in ~DelimitedScope() argument
48 /// Returns DelimitedScope. argument
/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
/external/llvm-project/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
/external/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() argument
375 ~DelimitedScope() { in ~DelimitedScope() argument
383 using DictScope = DelimitedScope<'{', '}'>; argument