Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DCXCompilationDatabase.h101 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp62 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands() function
Dlibclang.exports270 clang_CompilationDatabase_getAllCompileCommands
/external/clang/tools/c-index-test/
Dc-index-test.c3040 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()