Home
last modified time | relevance | path

Searched refs:is_class_method (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DObjCLanguageRuntime.cpp393 const bool is_class_method = m_type == eTypeClassMethod; in GetFullNames() local
396 if (is_class_method || is_instance_method) in GetFullNames()
402 is_class_method ? '+' : '-', in GetFullNames()