Lines Matching refs:CCmds
3268 CXCompileCommands CCmds = 0; in index_compile_db() local
3301 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()
3302 if (!CCmds) { in index_compile_db()
3308 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
3317 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
3350 clang_CompileCommands_dispose(CCmds); in index_compile_db()
3524 CXCompileCommands CCmds; in perform_test_compilation_db() local
3552 CCmds = clang_CompilationDatabase_getCompileCommands(db, argv[i+1]); in perform_test_compilation_db()
3554 if (!CCmds) { in perform_test_compilation_db()
3560 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
3570 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()
3587 clang_CompileCommands_dispose(CCmds); in perform_test_compilation_db()