Home | History | Annotate | Download | only in Lex

Lines Matching defs:Depth

998     // Compute the presumed include depth of this token.  This can be affected
1000 unsigned Depth = 0;
1005 for (; PLoc.isValid(); ++Depth)
1010 OS << Depth;