ΒΆCXCompletionString
clang_getCompletionChunkCompletionString(
    CXCompletionString completion_string,
    unsigned int chunk_number)

Description

Retrieve the completion string associated with a particular chunk within a completion string.

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

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 completion string associated with the chunk at index\c chunk_number.