Home
last modified time | relevance | path

Searched refs:annotationCount (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c2008 unsigned annotationCount; in print_completion_result() local
2038 annotationCount = clang_getCompletionNumAnnotations( in print_completion_result()
2040 if (annotationCount) { in print_completion_result()
2043 for (i = 0; i < annotationCount; ++i) { in print_completion_result()