Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScopedPrinter.h351 struct DelimitedScope { struct
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument
365 ~DelimitedScope() { in ~DelimitedScope() argument
373 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() argument
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-16.0/llvm/include/llvm/Support/
DScopedPrinter.h801 struct DelimitedScope { struct
802 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() function
803 DelimitedScope() : W(nullptr) {} in DelimitedScope() argument
809 struct DictScope : DelimitedScope { argument