Searched refs:clist (Results 1 – 1 of 1) sorted by relevance
287 def _launch_ide_by_module_contents(args, ide_util_obj, jlist=None, clist=None, argument316 jlist, clist)318 if not jlist and not clist:325 if (jlist and not clist) or (language == constant.JAVA):328 if (clist and not jlist) or (language == constant.C_CPP):329 native_project_info.NativeProjectInfo.generate_projects(clist)330 native_project_file = native_util.generate_clion_projects(clist)