Searched refs:CXCompileCommands (Results 1 – 8 of 8) sorted by relevance
48 typedef void * CXCompileCommands; typedef92 CINDEX_LINKAGE CXCompileCommands99 CINDEX_LINKAGE CXCompileCommands105 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);111 clang_CompileCommands_getSize(CXCompileCommands);119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
49 typedef void * CXCompileCommands; typedef93 CINDEX_LINKAGE CXCompileCommands100 CINDEX_LINKAGE CXCompileCommands106 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);112 clang_CompileCommands_getSize(CXCompileCommands);120 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
47 CXCompileCommands60 CXCompileCommands72 clang_CompileCommands_dispose(CXCompileCommands Cmds) in clang_CompileCommands_dispose()78 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize()90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand()
1436 opaque!(CXCompileCommands);1907 …ng_CompilationDatabase_getAllCompileCommands(database: CXCompilationDatabase) -> CXCompileCommands;1908 …_getCompileCommands(database: CXCompilationDatabase, filename: *const c_char) -> CXCompileCommands;1922 pub fn clang_CompileCommands_dispose(command: CXCompileCommands);1923 …pub fn clang_CompileCommands_getCommand(command: CXCompileCommands, index: c_uint) -> CXCompileCom…1924 pub fn clang_CompileCommands_getSize(command: CXCompileCommands) -> c_uint;
3483 CXCompileCommands CCmds = 0; in index_compile_db()3739 CXCompileCommands CCmds; in perform_test_compilation_db()