Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c3330 CXCompileCommands CCmds = 0; in index_compile_db() local
3363 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()
3364 if (!CCmds) { in index_compile_db()
3370 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
3379 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
3412 clang_CompileCommands_dispose(CCmds); in index_compile_db()
3586 CXCompileCommands CCmds; in perform_test_compilation_db() local
3614 CCmds = clang_CompilationDatabase_getCompileCommands(db, argv[i+1]); in perform_test_compilation_db()
3616 if (!CCmds) { in perform_test_compilation_db()
3622 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
[all …]