Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c4054 CXString cxargs[MAX_COMPILE_ARGS]; in index_compile_db() local
4116 cxargs[a] = clang_CompileCommand_getArg(CCmd, a); in index_compile_db()
4117 args[a] = clang_getCString(cxargs[a]); in index_compile_db()
4124 clang_disposeString(cxargs[a]); in index_compile_db()