HomeSort by: relevance | last modified time | path
    Searched defs:annotationCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2509 unsigned annotationCount;
2540 annotationCount = clang_getCompletionNumAnnotations(
2542 if (annotationCount) {
2545 for (i = 0; i < annotationCount; ++i) {
c-index-test.c 2509 unsigned annotationCount;
2540 annotationCount = clang_getCompletionNumAnnotations(
2542 if (annotationCount) {
2545 for (i = 0; i < annotationCount; ++i) {

Completed in 75 milliseconds