Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DCXCompilationDatabase.h101 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp61 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands() function
Dlibclang.exports307 clang_CompilationDatabase_getAllCompileCommands
/external/clang/bindings/python/clang/
Dcindex.py2845 return conf.lib.clang_CompilationDatabase_getAllCompileCommands(self)
/external/clang/tools/c-index-test/
Dc-index-test.c3516 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()