Searched defs:DelimitedScope (Results 1 – 4 of 4) sorted by relevance
30 struct DelimitedScope { struct37 ~DelimitedScope() { in ~DelimitedScope() argument48 /// Returns DelimitedScope. argument
351 struct DelimitedScope { struct352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() argument357 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() function367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function375 ~DelimitedScope() { in ~DelimitedScope() argument383 using DictScope = DelimitedScope<'{', '}'>; argument
361 struct DelimitedScope { struct362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument375 ~DelimitedScope() { in ~DelimitedScope() argument383 using DictScope = DelimitedScope<'{', '}'>; argument