Package org.lwjgl.llvm
Class ClangCompilationDatabase.Functions
- java.lang.Object
-
- org.lwjgl.llvm.ClangCompilationDatabase.Functions
-
- Enclosing class:
- ClangCompilationDatabase
public static final class ClangCompilationDatabase.Functions extends java.lang.Object
Contains the function pointers loaded fromClangIndex.getLibrary()
.
-
-
Field Summary
-
-
-
Field Detail
-
CompilationDatabase_fromDirectory, CompilationDatabase_dispose, CompilationDatabase_getCompileCommands, CompilationDatabase_getAllCompileCommands, CompileCommands_dispose, CompileCommands_getSize, CompileCommands_getCommand, CompileCommand_getDirectory, CompileCommand_getFilename, CompileCommand_getNumArgs, CompileCommand_getArg, CompileCommand_getNumMappedSources, CompileCommand_getMappedSourcePath, CompileCommand_getMappedSourceContent
Function address.
-
-