| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXCompletionString |
CXCompletionResult.CompletionString()
The code-completion string that describes how to insert this
code-completion result into the editing buffer.
|
| Modifier and Type | Method and Description |
|---|---|
CXCompletionResult |
CXCompletionResult.CompletionString(CXCompletionString setter) |
| Modifier and Type | Method and Description |
|---|---|
static CXCompletionString |
clang.clang_getCompletionChunkCompletionString(CXCompletionString completion_string,
int chunk_number)
Retrieve the completion string associated with a particular chunk
within a completion string.
|
static CXCompletionString |
clang.clang_getCursorCompletionString(CXCursor cursor)
Retrieve a completion string for an arbitrary declaration or macro
definition cursor.
|
| Modifier and Type | Method and Description |
|---|---|
static CXString |
clang.clang_getCompletionAnnotation(CXCompletionString completion_string,
int annotation_number)
Retrieve the annotation associated with the given completion string.
|
static int |
clang.clang_getCompletionAvailability(CXCompletionString completion_string)
Determine the availability of the entity that this code-completion
string refers to.
|
static CXString |
clang.clang_getCompletionBriefComment(CXCompletionString completion_string)
Retrieve the brief documentation comment attached to the declaration
that corresponds to the given completion string.
|
static CXCompletionString |
clang.clang_getCompletionChunkCompletionString(CXCompletionString completion_string,
int chunk_number)
Retrieve the completion string associated with a particular chunk
within a completion string.
|
static int |
clang.clang_getCompletionChunkKind(CXCompletionString completion_string,
int chunk_number)
Determine the kind of a particular chunk within a completion string.
|
static CXString |
clang.clang_getCompletionChunkText(CXCompletionString completion_string,
int chunk_number)
Retrieve the text associated with a particular chunk within a
completion string.
|
static int |
clang.clang_getCompletionNumAnnotations(CXCompletionString completion_string)
Retrieve the number of annotations associated with the given
completion string.
|
static CXString |
clang.clang_getCompletionParent(CXCompletionString completion_string,
int[] kind) |
static CXString |
clang.clang_getCompletionParent(CXCompletionString completion_string,
IntBuffer kind) |
static CXString |
clang.clang_getCompletionParent(CXCompletionString completion_string,
IntPointer kind)
Retrieve the parent context of the given completion string.
|
static int |
clang.clang_getCompletionPriority(CXCompletionString completion_string)
Determine the priority of this code completion.
|
static int |
clang.clang_getNumCompletionChunks(CXCompletionString completion_string)
Retrieve the number of chunks in the given code-completion string.
|
Copyright © 2024. All rights reserved.