Searched defs:DelimitedScope (Results 1 – 2 of 2) sorted by relevance
30 struct DelimitedScope { struct 38 ~DelimitedScope() { in ~DelimitedScope() argument 54 /// Returns DelimitedScope. argument
841 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...]