ΒΆCXCompletionString
clang_getCursorCompletionString(CXCursor cursor)

Description

Retrieve a completion string for an arbitrary declaration or macro definition cursor.

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

Parameters

CXCursor cursor
The cursor to query.

Returns

A non-context-sensitive completion string for declaration and macro definition cursors, or NULL for other kinds of cursors.