ΒΆunsigned int clang_getCompletionNumAnnotations(
    CXCompletionString completion_string)

Description

Retrieve the number of annotations associated with the given completion string.

Declared at: clang/include/clang-c/Index.h:5489

Parameters

CXCompletionString completion_string
the completion string to query.

Returns

the number of annotations associated with the given completion string.