| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXIdxLoc |
CXIdxObjCCategoryDeclInfo.classLoc() |
CXIdxLoc |
CXIdxIBOutletCollectionAttrInfo.classLoc() |
CXIdxLoc |
CXIdxLoc.getPointer(long i) |
CXIdxLoc |
CXIdxIncludedFileInfo.hashLoc()
Location of '#' in the \#include/\#import directive.
|
CXIdxLoc |
CXIdxLoc.int_data(int setter) |
CXIdxLoc |
CXIdxObjCProtocolRefInfo.loc() |
CXIdxLoc |
CXIdxImportedASTFileInfo.loc()
Location where the file is imported.
|
CXIdxLoc |
CXIdxEntityRefInfo.loc() |
CXIdxLoc |
CXIdxDeclInfo.loc() |
CXIdxLoc |
CXIdxBaseClassInfo.loc() |
CXIdxLoc |
CXIdxAttrInfo.loc() |
CXIdxLoc |
CXIdxLoc.position(long position) |
CXIdxLoc |
CXIdxLoc.ptr_data(int i,
Pointer setter) |
| Modifier and Type | Method and Description |
|---|---|
CXIdxObjCCategoryDeclInfo |
CXIdxObjCCategoryDeclInfo.classLoc(CXIdxLoc setter) |
CXIdxIBOutletCollectionAttrInfo |
CXIdxIBOutletCollectionAttrInfo.classLoc(CXIdxLoc setter) |
CXIdxIncludedFileInfo |
CXIdxIncludedFileInfo.hashLoc(CXIdxLoc setter) |
CXIdxObjCProtocolRefInfo |
CXIdxObjCProtocolRefInfo.loc(CXIdxLoc setter) |
CXIdxImportedASTFileInfo |
CXIdxImportedASTFileInfo.loc(CXIdxLoc setter) |
CXIdxEntityRefInfo |
CXIdxEntityRefInfo.loc(CXIdxLoc setter) |
CXIdxDeclInfo |
CXIdxDeclInfo.loc(CXIdxLoc setter) |
CXIdxBaseClassInfo |
CXIdxBaseClassInfo.loc(CXIdxLoc setter) |
CXIdxAttrInfo |
CXIdxAttrInfo.loc(CXIdxLoc setter) |
| Modifier and Type | Method and Description |
|---|---|
static CXSourceLocation |
clang.clang_indexLoc_getCXSourceLocation(CXIdxLoc loc)
Retrieve the CXSourceLocation represented by the given CXIdxLoc.
|
static void |
clang.clang_indexLoc_getFileLocation(CXIdxLoc loc,
CXIdxClientFile indexFile,
CXFile file,
int[] line,
int[] column,
int[] offset) |
static void |
clang.clang_indexLoc_getFileLocation(CXIdxLoc loc,
CXIdxClientFile indexFile,
CXFile file,
IntBuffer line,
IntBuffer column,
IntBuffer offset) |
static void |
clang.clang_indexLoc_getFileLocation(CXIdxLoc loc,
CXIdxClientFile indexFile,
CXFile file,
IntPointer line,
IntPointer column,
IntPointer offset)
Retrieve the CXIdxFile, file, line, column, and offset represented by
the given CXIdxLoc.
|
Copyright © 2025. All rights reserved.