Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DCXCompilationDatabase.h138 clang_CompileCommand_getNumArgs(CXCompileCommand);
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCompilationDatabase.cpp123 clang_CompileCommand_getNumArgs(CXCompileCommand CCmd) in clang_CompileCommand_getNumArgs() function
H A Dlibclang.map49 clang_CompileCommand_getNumArgs;
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c4109 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db()
4361 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db()
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3197 length = conf.lib.clang_CompileCommand_getNumArgs(self.cmd)