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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h2978 typedef struct CXCursorSetImpl *CXCursorSet; typedef in typeref:struct:CXCursorSetImpl
2981 * Creates an empty CXCursorSet.
2983 CINDEX_LINKAGE CXCursorSet clang_createCXCursorSet(void);
2986 * Disposes a CXCursorSet and releases its associated memory.
2988 CINDEX_LINKAGE void clang_disposeCXCursorSet(CXCursorSet cset);
2991 * Queries a CXCursorSet to see if it contains a specific CXCursor.
2995 CINDEX_LINKAGE unsigned clang_CXCursorSet_contains(CXCursorSet cset,
2999 * Inserts a CXCursor into a CXCursorSet.
3003 CINDEX_LINKAGE unsigned clang_CXCursorSet_insert(CXCursorSet cset,

Completed in 116 milliseconds