ΒΆunsigned int clang_CXCursorSet_insert(
CXCursorSet cset,
CXCursor cursor)
unsigned int clang_CXCursorSet_insert(
CXCursorSet cset,
CXCursor cursor)
Description
Inserts a CXCursor into a CXCursorSet.
Declared at: clang/include/clang-c/Index.h:3106
Parameters
- CXCursorSet cset
- CXCursor cursor
Returns
zero if the CXCursor was already in the set, and non-zero otherwise.