| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXStringSet |
CXStringSet.Count(int setter) |
CXStringSet |
CXStringSet.getPointer(long i) |
CXStringSet |
CXStringSet.position(long position) |
CXStringSet |
CXStringSet.Strings(CXString setter) |
| Modifier and Type | Method and Description |
|---|---|
static CXStringSet |
clang.clang_Cursor_getCXXManglings(CXCursor arg0)
Retrieve the CXStrings representing the mangled symbols of the C++
constructor or destructor at the cursor.
|
static CXStringSet |
clang.clang_Cursor_getObjCManglings(CXCursor arg0)
Retrieve the CXStrings representing the mangled symbols of the ObjC
class interface or implementation at the cursor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_disposeStringSet(CXStringSet set)
Free the given string set.
|
Copyright © 2025. All rights reserved.