Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2532 unsigned annotationCount; in print_completion_result() local
2563 annotationCount = clang_getCompletionNumAnnotations( in print_completion_result()
2565 if (annotationCount) { in print_completion_result()
2568 for (i = 0; i < annotationCount; ++i) { in print_completion_result()