ΒΆCXString clang_getCompletionChunkText(
    CXCompletionString completion_string,
    unsigned int chunk_number)

Description

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

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

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