Searched refs:new_method (Results 1 – 1 of 1) sorted by relevance
167 pandasm::Function new_method("", file_language_); in AddMethodToTables() local168 GetMethod(&new_method, method_id); in AddMethodToTables()170 … const auto signature = pandasm::GetFunctionSignatureFromName(new_method.name, new_method.params); in AddMethodToTables()175 GetMethodAnnotations(new_method, method_id); in AddMethodToTables()177 prog_.function_synonyms[new_method.name].push_back(signature); in AddMethodToTables()178 prog_.function_table.emplace(signature, std::move(new_method)); in AddMethodToTables()