| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static CXRemapping |
clang.clang_getRemappings(BytePointer path)
Retrieve a remapping.
|
static CXRemapping |
clang.clang_getRemappings(String path) |
static CXRemapping |
clang.clang_getRemappingsFromFileList(byte[] filePaths,
int numFiles) |
static CXRemapping |
clang.clang_getRemappingsFromFileList(ByteBuffer filePaths,
int numFiles) |
static CXRemapping |
clang.clang_getRemappingsFromFileList(BytePointer filePaths,
int numFiles) |
static CXRemapping |
clang.clang_getRemappingsFromFileList(PointerPointer filePaths,
int numFiles)
Retrieve a remapping.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_remap_dispose(CXRemapping arg0)
Dispose the remapping.
|
static void |
clang.clang_remap_getFilenames(CXRemapping arg0,
int index,
CXString original,
CXString transformed)
Get the original and the associated filename from the remapping.
|
static int |
clang.clang_remap_getNumFiles(CXRemapping arg0)
Determine the number of remappings.
|
Copyright © 2024. All rights reserved.