Home | History | Annotate | Download | only in clang-c

Lines Matching refs:Depth

440  * \returns zero-based nesting depth of this parameter in the template parameter list.
447 * for C and TT nesting depth is 0,
448 * for T nesting depth is 1.
457 * given nesting depth.
464 * for C and TT nesting depth is 0, so we can ask for index at depth 0:
465 * at depth 0 C's index is 0, TT's index is 1.
467 * For T nesting depth is 1, so we can ask for index at depth 0 and 1:
468 * at depth 0 T's index is 1 (same as TT's),
469 * at depth 1 T's index is 0.
472 unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth);