public ClangCompileCommands GetAllCompileCommands()
 {
     return(new ClangCompileCommands(LibClang.clang_CompilationDatabase_getAllCompileCommands(Handle)));
 }