Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DCXCompilationDatabase.h94 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase,
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp48 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb, in clang_CompilationDatabase_getCompileCommands() function
Dlibclang.exports306 clang_CompilationDatabase_getCompileCommands
/external/clang/bindings/python/clang/
Dcindex.py2837 return conf.lib.clang_CompilationDatabase_getCompileCommands(self,
/external/clang/tools/c-index-test/
Dc-index-test.c3767 CCmds = clang_CompilationDatabase_getCompileCommands(db, argv[i+1]); in perform_test_compilation_db()