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

Lines Matching defs:annotationCount

1828   unsigned annotationCount;
1857 annotationCount = clang_getCompletionNumAnnotations(
1859 if (annotationCount) {
1862 for (i = 0; i < annotationCount; ++i) {