Searched defs:CXCursorSet (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h2489 typedef struct CXCursorSetImpl *CXCursorSet; typedef in typeref:struct:CXCursorSetImpl
2492 * \brief Creates an empty CXCursorSet.
2494 CINDEX_LINKAGE CXCursorSet clang_createCXCursorSet(void);
2497 * \brief Disposes a CXCursorSet and releases its associated memory.
2499 CINDEX_LINKAGE void clang_disposeCXCursorSet(CXCursorSet cset);
2502 * \brief Queries a CXCursorSet to see if it contains a specific CXCursor.
2506 CINDEX_LINKAGE unsigned clang_CXCursorSet_contains(CXCursorSet cset,
2510 * \brief Inserts a CXCursor into a CXCursorSet.
2514 CINDEX_LINKAGE unsigned clang_CXCursorSet_insert(CXCursorSet cset,

Completed in 92 milliseconds