Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:Num

1527   unsigned Num, i;
1534 Num = clang_getNumDiagnostics(TU);
1535 for (i = 0; i != Num; ++i) {