Lines Matching defs:ViewDepth
143 unsigned ViewDepth) {
144 for (unsigned I = 0; I < ViewDepth; ++I)
151 unsigned ViewDepth) {
152 assert(ViewDepth != 0 && "Cannot render divider at top level");
153 renderLinePrefix(OS, ViewDepth - 1);
164 unsigned ViewDepth) {
240 unsigned ViewDepth) {
241 renderLinePrefix(OS, ViewDepth);
274 unsigned ViewDepth) {
275 renderLinePrefix(OS, ViewDepth);
276 OS.indent(getCombinedColumnWidth(getOptions()) + (ViewDepth == 0 ? 0 : 1));
277 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
282 unsigned ViewDepth) {
288 /*ShowTitle=*/false, ViewDepth + 1);
292 unsigned ViewDepth) {
309 renderLinePrefix(OS, ViewDepth);
341 unsigned ViewDepth) {
343 renderLinePrefix(OS, ViewDepth);
351 renderLinePrefix(OS, ViewDepth);
355 renderLinePrefix(OS, ViewDepth);
358 renderLinePrefix(OS, ViewDepth);
361 renderLinePrefix(OS, ViewDepth);
363 renderLinePrefix(OS, ViewDepth);
365 renderLinePrefix(OS, ViewDepth);
367 renderLinePrefix(OS, ViewDepth);
371 renderLinePrefix(OS, ViewDepth);
374 renderLinePrefix(OS, ViewDepth);
377 renderLinePrefix(OS, ViewDepth);
380 renderLinePrefix(OS, ViewDepth);
387 renderLinePrefix(OS, ViewDepth);
394 unsigned ViewDepth) {
395 renderLinePrefix(OS, ViewDepth);
402 /*ShowTitle=*/false, ViewDepth);