| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXCompletionResult |
CXCompletionResult.CompletionString(CXCompletionString setter) |
CXCompletionResult |
CXCompletionResult.CursorKind(int setter) |
CXCompletionResult |
CXCompletionResult.getPointer(long i) |
CXCompletionResult |
CXCompletionResult.position(long position) |
CXCompletionResult |
CXCodeCompleteResults.Results()
The code-completion results.
|
| Modifier and Type | Method and Description |
|---|---|
CXCodeCompleteResults |
CXCodeCompleteResults.Results(CXCompletionResult setter) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_sortCodeCompletionResults(CXCompletionResult Results,
int NumResults)
Sort the code-completion results in case-insensitive alphabetical
order.
|
Copyright © 2024. All rights reserved.