Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DCXCompilationDatabase.h139 clang_CompileCommand_getNumArgs(CXCompileCommand);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp125 clang_CompileCommand_getNumArgs(CXCompileCommand CCmd) in clang_CompileCommand_getNumArgs() function
Dlibclang.exports315 clang_CompileCommand_getNumArgs
/external/clang/tools/c-index-test/
Dc-index-test.c3542 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db()
3792 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db()
/external/clang/bindings/python/clang/
Dcindex.py2772 length = conf.lib.clang_CompileCommand_getNumArgs(self.cmd)