Lines Matching refs:CCmds
3483 CXCompileCommands CCmds = 0; in index_compile_db() local
3516 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()
3517 if (!CCmds) { in index_compile_db()
3523 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
3532 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
3565 clang_CompileCommands_dispose(CCmds); in index_compile_db()
3739 CXCompileCommands CCmds; in perform_test_compilation_db() local
3767 CCmds = clang_CompilationDatabase_getCompileCommands(db, argv[i+1]); in perform_test_compilation_db()
3769 if (!CCmds) { in perform_test_compilation_db()
3775 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
3785 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()
3802 clang_CompileCommands_dispose(CCmds); in perform_test_compilation_db()