| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static CXCompileCommands |
clang.clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase arg0)
Get all the compile commands in the given compilation database.
|
static CXCompileCommands |
clang.clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase arg0,
BytePointer CompleteFileName)
Find the compile commands used for a file.
|
static CXCompileCommands |
clang.clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase arg0,
String CompleteFileName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_CompileCommands_dispose(CXCompileCommands arg0)
Free the given CompileCommands
|
static CXCompileCommand |
clang.clang_CompileCommands_getCommand(CXCompileCommands arg0,
int I)
Get the I'th CompileCommand for a file
Note : 0 <= i < clang_CompileCommands_getSize(CXCompileCommands)
|
static int |
clang.clang_CompileCommands_getSize(CXCompileCommands arg0)
Get the number of CompileCommand we have for a file
|
Copyright © 2024. All rights reserved.