Home
last modified time | relevance | path

Searched refs:clang_CompileCommands_getCommand (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang-c/
DCXCompilationDatabase.h120 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand() function
Dlibclang.exports310 clang_CompileCommands_getCommand
/external/clang/tools/c-index-test/
Dc-index-test.c3532 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
3785 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1922 …pub fn clang_CompileCommands_getCommand(command: CXCompileCommands, index: c_uint) -> CXCompileCom…
/external/clang/bindings/python/clang/
Dcindex.py2791 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)