Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DCXCompilationDatabase.h93 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp46 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb, in clang_CompilationDatabase_getCompileCommands() function
H A Dlibclang.exports343 clang_CompilationDatabase_getCompileCommands
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3261 return conf.lib.clang_CompilationDatabase_getCompileCommands(self,
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4334 CCmds = clang_CompilationDatabase_getCompileCommands(db, argv[i+1]); in perform_test_compilation_db()