Class ClangCompilationDatabase.Functions

java.lang.Object
org.lwjgl.llvm.ClangCompilationDatabase.Functions
Enclosing class:
ClangCompilationDatabase

public static final class ClangCompilationDatabase.Functions extends Object
Contains the function pointers loaded from ClangIndex.getLibrary().
  • Field Details

    • CompilationDatabase_fromDirectory

      public static final long CompilationDatabase_fromDirectory
      Function address.
    • CompilationDatabase_dispose

      public static final long CompilationDatabase_dispose
      Function address.
    • CompilationDatabase_getCompileCommands

      public static final long CompilationDatabase_getCompileCommands
      Function address.
    • CompilationDatabase_getAllCompileCommands

      public static final long CompilationDatabase_getAllCompileCommands
      Function address.
    • CompileCommands_dispose

      public static final long CompileCommands_dispose
      Function address.
    • CompileCommands_getSize

      public static final long CompileCommands_getSize
      Function address.
    • CompileCommands_getCommand

      public static final long CompileCommands_getCommand
      Function address.
    • CompileCommand_getDirectory

      public static final long CompileCommand_getDirectory
      Function address.
    • CompileCommand_getFilename

      public static final long CompileCommand_getFilename
      Function address.
    • CompileCommand_getNumArgs

      public static final long CompileCommand_getNumArgs
      Function address.
    • CompileCommand_getArg

      public static final long CompileCommand_getArg
      Function address.
    • CompileCommand_getNumMappedSources

      public static final long CompileCommand_getNumMappedSources
      Function address.
    • CompileCommand_getMappedSourcePath

      public static final long CompileCommand_getMappedSourcePath
      Function address.
    • CompileCommand_getMappedSourceContent

      public static final long CompileCommand_getMappedSourceContent
      Function address.