Searched refs:clang_CompileCommands_getSize (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang-c/
H A DCXCompilationDatabase.h112 clang_CompileCommands_getSize(CXCompileCommands);
117 * Note : 0 <= i < clang_CompileCommands_getSize(CXCompileCommands)
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp78 clang_CompileCommands_getSize(CXCompileCommands Cmds) function
/external/clang/tools/c-index-test/
H A Dc-index-test.c3243 numCmds = clang_CompileCommands_getSize(CCmds);
3495 numCmds = clang_CompileCommands_getSize(CCmds);
/external/clang/bindings/python/clang/
H A Dcindex.py2630 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))
2773 ("clang_CompileCommands_getSize",

Completed in 1518 milliseconds