Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DCXCompilationDatabase.h100 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp59 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands() function
H A Dlibclang.exports344 clang_CompilationDatabase_getAllCompileCommands
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3269 return conf.lib.clang_CompilationDatabase_getAllCompileCommands(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4081 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()