Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DCXCompilationDatabase.h119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp88 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand() function
H A Dlibclang.exports347 clang_CompileCommands_getCommand
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4097 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
4352 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3215 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)