Searched refs:is_class_method (Results 1 – 1 of 1) sorted by relevance
234 const bool is_class_method = m_type == eTypeClassMethod; in GetFullNames() local237 if (is_class_method || is_instance_method) { in GetFullNames()240 strm.Printf("%c[%s %s]", is_class_method ? '+' : '-', in GetFullNames()