Searched defs:DelimitedScope (Results 1 – 3 of 3) sorted by relevance
351 struct DelimitedScope { struct352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument365 ~DelimitedScope() { in ~DelimitedScope() argument373 using DictScope = DelimitedScope<'{', '}'>; argument
361 struct DelimitedScope { struct362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() argument367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function375 ~DelimitedScope() { in ~DelimitedScope() argument383 using DictScope = DelimitedScope<'{', '}'>; argument
801 struct DelimitedScope { struct802 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() function803 DelimitedScope() : W(nullptr) {} in DelimitedScope() argument809 struct DictScope : DelimitedScope { argument