Searched defs:DEPTH_INCREMENT (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Symbol/
H A DClangASTType.cpp5505 #define DEPTH_INCREMENT 2 macro
5568 s->Printf("\n%*s%s ", depth + DEPTH_INCREMENT, "", base_class_type_name.c_str());
5585 depth + DEPTH_INCREMENT); // Scope depth for any types that have children
5603 s->Printf("\n%*s", depth + DEPTH_INCREMENT, "");
5644 depth + DEPTH_INCREMENT); // Scope depth for any types that have children
5718 s->Printf("\n%*s[%u] ", depth + DEPTH_INCREMENT, "", element_idx);
5735 depth + DEPTH_INCREMENT); // Scope depth for any types that have children

Completed in 115 milliseconds