Searched refs:CXCompileCommands (Results 1 – 4 of 4) sorted by relevance
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()
1283 opaque!(CXCompileCommands);1727 …ng_CompilationDatabase_getAllCompileCommands(database: CXCompilationDatabase) -> CXCompileCommands;1728 …_getCompileCommands(database: CXCompilationDatabase, filename: *const c_char) -> CXCompileCommands;1742 pub fn clang_CompileCommands_dispose(command: CXCompileCommands);1743 …pub fn clang_CompileCommands_getCommand(command: CXCompileCommands, index: c_uint) -> CXCompileCom…1744 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()