Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp234 const bool is_class_method = m_type == eTypeClassMethod; in GetFullNames() local
237 if (is_class_method || is_instance_method) { in GetFullNames()
240 strm.Printf("%c[%s %s]", is_class_method ? '+' : '-', in GetFullNames()