ΒΆenum CXCompletionChunkKind
clang_getCompletionChunkKind(
    CXCompletionString completion_string,
    unsigned int chunk_number)

Description

Determine the kind of a particular chunk within a completion string.

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

Parameters

CXCompletionString completion_string
the completion string to query.
unsigned int chunk_number
the 0-based index of the chunk in the completion string.

Returns

the kind of the chunk at the index \c chunk_number.