| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static CXCursorSet |
clang.clang_createCXCursorSet()
Creates an empty CXCursorSet.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
clang.clang_CXCursorSet_contains(CXCursorSet cset,
CXCursor cursor)
Queries a CXCursorSet to see if it contains a specific CXCursor.
|
static int |
clang.clang_CXCursorSet_insert(CXCursorSet cset,
CXCursor cursor)
Inserts a CXCursor into a CXCursorSet.
|
static void |
clang.clang_disposeCXCursorSet(CXCursorSet cset)
Disposes a CXCursorSet and releases its associated memory.
|
Copyright © 2024. All rights reserved.