| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
static CXString |
clang.clang_CompileCommand_getArg(CXCompileCommand arg0,
int I)
Get the I'th argument value in the compiler invocations
Invariant :
- argument 0 is the compiler executable
|
static CXString |
clang.clang_CompileCommand_getDirectory(CXCompileCommand arg0)
Get the working directory where the CompileCommand was executed from
|
static CXString |
clang.clang_CompileCommand_getFilename(CXCompileCommand arg0)
Get the filename associated with the CompileCommand.
|
static CXString |
clang.clang_CompileCommand_getMappedSourceContent(CXCompileCommand arg0,
int I)
Get the I'th mapped source content for the compiler invocation.
|
static CXString |
clang.clang_CompileCommand_getMappedSourcePath(CXCompileCommand arg0,
int I)
Get the I'th mapped source path for the compiler invocation.
|
static int |
clang.clang_CompileCommand_getNumArgs(CXCompileCommand arg0)
Get the number of arguments in the compiler invocation.
|
static int |
clang.clang_CompileCommand_getNumMappedSources(CXCompileCommand arg0)
Get the number of source mappings for the compiler invocation.
|
Copyright © 2024. All rights reserved.