| H A D | DynamicType.cpp | 192 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 197 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 202 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 218 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 226 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 227 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson() 228 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson() 234 unsigned int Space, bool IsDot) { in printJsonContainer() argument 239 ++Space; in printJsonContainer() 244 Indent(Out, Space, IsDot) << "{ "; in printJsonContainer() [all …]
|