| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
clang.clang_createAPISet(CXTranslationUnit tu,
CXAPISet out_api)
Traverses the translation unit to create a \c CXAPISet.
|
static void |
clang.clang_disposeAPISet(CXAPISet api)
Dispose of an APISet.
|
static CXString |
clang.clang_getSymbolGraphForUSR(BytePointer usr,
CXAPISet api)
Generate a single symbol symbol graph for the given USR.
|
static CXString |
clang.clang_getSymbolGraphForUSR(String usr,
CXAPISet api) |
Copyright © 2025. All rights reserved.