Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DCXCompilationDatabase.h112 clang_CompileCommands_getSize(CXCompileCommands);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp78 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize() function
Dlibclang.exports309 clang_CompileCommands_getSize
/external/clang/tools/c-index-test/
Dc-index-test.c3523 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
3775 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
/external/clang/bindings/python/clang/
Dcindex.py2788 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))