Class ClangCompilationDatabase

java.lang.Object
org.lwjgl.llvm.ClangCompilationDatabase

public class ClangCompilationDatabase extends Object
  • Field Details

    • CXCompilationDatabase_NoError

      public static final int CXCompilationDatabase_NoError
      See Also:
    • CXCompilationDatabase_CanNotLoadDatabase

      public static final int CXCompilationDatabase_CanNotLoadDatabase
      See Also:
  • Method Details

    • nclang_CompilationDatabase_fromDirectory

      public static long nclang_CompilationDatabase_fromDirectory(long BuildDir, long ErrorCode)
      CXCompilationDatabase clang_CompilationDatabase_fromDirectory(char const * BuildDir, CXCompilationDatabase_Error * ErrorCode)
    • clang_CompilationDatabase_fromDirectory

      public static long clang_CompilationDatabase_fromDirectory(ByteBuffer BuildDir, IntBuffer ErrorCode)
      CXCompilationDatabase clang_CompilationDatabase_fromDirectory(char const * BuildDir, CXCompilationDatabase_Error * ErrorCode)
    • clang_CompilationDatabase_fromDirectory

      public static long clang_CompilationDatabase_fromDirectory(CharSequence BuildDir, IntBuffer ErrorCode)
      CXCompilationDatabase clang_CompilationDatabase_fromDirectory(char const * BuildDir, CXCompilationDatabase_Error * ErrorCode)
    • clang_CompilationDatabase_dispose

      public static void clang_CompilationDatabase_dispose(long database)
      void clang_CompilationDatabase_dispose(CXCompilationDatabase database)
    • nclang_CompilationDatabase_getCompileCommands

      public static long nclang_CompilationDatabase_getCompileCommands(long database, long CompleteFileName)
      CXCompileCommands clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase database, char const * CompleteFileName)
    • clang_CompilationDatabase_getCompileCommands

      public static long clang_CompilationDatabase_getCompileCommands(long database, ByteBuffer CompleteFileName)
      CXCompileCommands clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase database, char const * CompleteFileName)
    • clang_CompilationDatabase_getCompileCommands

      public static long clang_CompilationDatabase_getCompileCommands(long database, CharSequence CompleteFileName)
      CXCompileCommands clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase database, char const * CompleteFileName)
    • clang_CompilationDatabase_getAllCompileCommands

      public static long clang_CompilationDatabase_getAllCompileCommands(long database)
      CXCompileCommands clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase database)
    • clang_CompileCommands_dispose

      public static void clang_CompileCommands_dispose(long commands)
      void clang_CompileCommands_dispose(CXCompileCommands commands)
    • clang_CompileCommands_getSize

      public static int clang_CompileCommands_getSize(long commands)
      unsigned int clang_CompileCommands_getSize(CXCompileCommands commands)
    • clang_CompileCommands_getCommand

      public static long clang_CompileCommands_getCommand(long commands, int I)
      CXCompileCommand clang_CompileCommands_getCommand(CXCompileCommands commands, unsigned int I)
    • nclang_CompileCommand_getDirectory

      public static void nclang_CompileCommand_getDirectory(long command, long __functionAddress, long __result)
      CXString clang_CompileCommand_getDirectory(CXCompileCommand command)
    • nclang_CompileCommand_getDirectory

      public static void nclang_CompileCommand_getDirectory(long command, long __result)
      CXString clang_CompileCommand_getDirectory(CXCompileCommand command)
    • clang_CompileCommand_getDirectory

      public static CXString clang_CompileCommand_getDirectory(long command, CXString __result)
      CXString clang_CompileCommand_getDirectory(CXCompileCommand command)
    • nclang_CompileCommand_getFilename

      public static void nclang_CompileCommand_getFilename(long command, long __functionAddress, long __result)
      CXString clang_CompileCommand_getFilename(CXCompileCommand command)
    • nclang_CompileCommand_getFilename

      public static void nclang_CompileCommand_getFilename(long command, long __result)
      CXString clang_CompileCommand_getFilename(CXCompileCommand command)
    • clang_CompileCommand_getFilename

      public static CXString clang_CompileCommand_getFilename(long command, CXString __result)
      CXString clang_CompileCommand_getFilename(CXCompileCommand command)
    • clang_CompileCommand_getNumArgs

      public static int clang_CompileCommand_getNumArgs(long command)
      unsigned int clang_CompileCommand_getNumArgs(CXCompileCommand command)
    • nclang_CompileCommand_getArg

      public static void nclang_CompileCommand_getArg(long command, int I, long __functionAddress, long __result)
      CXString clang_CompileCommand_getArg(CXCompileCommand command, unsigned int I)
    • nclang_CompileCommand_getArg

      public static void nclang_CompileCommand_getArg(long command, int I, long __result)
      CXString clang_CompileCommand_getArg(CXCompileCommand command, unsigned int I)
    • clang_CompileCommand_getArg

      public static CXString clang_CompileCommand_getArg(long command, int I, CXString __result)
      CXString clang_CompileCommand_getArg(CXCompileCommand command, unsigned int I)
    • clang_CompileCommand_getNumMappedSources

      public static int clang_CompileCommand_getNumMappedSources(long command)
      unsigned int clang_CompileCommand_getNumMappedSources(CXCompileCommand command)
    • nclang_CompileCommand_getMappedSourcePath

      public static void nclang_CompileCommand_getMappedSourcePath(long command, int I, long __functionAddress, long __result)
      CXString clang_CompileCommand_getMappedSourcePath(CXCompileCommand command, unsigned int I)
    • nclang_CompileCommand_getMappedSourcePath

      public static void nclang_CompileCommand_getMappedSourcePath(long command, int I, long __result)
      CXString clang_CompileCommand_getMappedSourcePath(CXCompileCommand command, unsigned int I)
    • clang_CompileCommand_getMappedSourcePath

      public static CXString clang_CompileCommand_getMappedSourcePath(long command, int I, CXString __result)
      CXString clang_CompileCommand_getMappedSourcePath(CXCompileCommand command, unsigned int I)
    • nclang_CompileCommand_getMappedSourceContent

      public static void nclang_CompileCommand_getMappedSourceContent(long command, int I, long __functionAddress, long __result)
      CXString clang_CompileCommand_getMappedSourceContent(CXCompileCommand command, unsigned int I)
    • nclang_CompileCommand_getMappedSourceContent

      public static void nclang_CompileCommand_getMappedSourceContent(long command, int I, long __result)
      CXString clang_CompileCommand_getMappedSourceContent(CXCompileCommand command, unsigned int I)
    • clang_CompileCommand_getMappedSourceContent

      public static CXString clang_CompileCommand_getMappedSourceContent(long command, int I, CXString __result)
      CXString clang_CompileCommand_getMappedSourceContent(CXCompileCommand command, unsigned int I)