Searched refs:code_switch_default_case (Results 1 – 1 of 1) sorted by relevance
216 auto code_switch_default_case = std::make_shared<Case>(); in finish() local217 code_switch_default_case->statements->Add(std::make_shared<ReturnStatement>(NULL_VALUE)); in finish()218 this->code_to_method_name_switch->cases.push_back(code_switch_default_case); in finish()