Package | Description |
---|---|
org.bytedeco.llvm.clang | |
org.bytedeco.llvm.global |
Modifier and Type | Method and Description |
---|---|
CXIdxClientFile |
IndexerCallbacks.EnteredMainFile_CXClientData_CXFile_Pointer.call(CXClientData client_data,
CXFile mainFile,
Pointer reserved) |
CXIdxClientFile |
IndexerCallbacks.PpIncludedFile_CXClientData_CXIdxIncludedFileInfo.call(CXClientData client_data,
CXIdxIncludedFileInfo arg1) |
Modifier and Type | Method and Description |
---|---|
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.