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) {
324 renderLinePrefix(OS, ViewDepth);
339 unsigned ViewDepth) {
341 renderLinePrefix(OS, ViewDepth);
349 renderLinePrefix(OS, ViewDepth);
353 renderLinePrefix(OS, ViewDepth);
356 renderLinePrefix(OS, ViewDepth);
359 renderLinePrefix(OS, ViewDepth);
361 renderLinePrefix(OS, ViewDepth);
363 renderLinePrefix(OS, ViewDepth);
365 renderLinePrefix(OS, ViewDepth);
369 renderLinePrefix(OS, ViewDepth);
372 renderLinePrefix(OS, ViewDepth);
375 renderLinePrefix(OS, ViewDepth);
378 renderLinePrefix(OS, ViewDepth);
385 renderLinePrefix(OS, ViewDepth);
392 unsigned ViewDepth) {
393 renderLinePrefix(OS, ViewDepth);
400 /*ShowTitle=*/false, ViewDepth);