Searched refs:eTypeInstanceMethod (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h37 eTypeInstanceMethod enumerator in enum:lldb_private::CPPLanguageRuntime::MethodName::Type
H A DObjCLanguageRuntime.h42 eTypeInstanceMethod enumerator in enum:lldb_private::ObjCLanguageRuntime::MethodName::Type
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp200 // m_type = eTypeInstanceMethod;
228 m_type = eTypeInstanceMethod;
370 else if (m_type == eTypeInstanceMethod)
394 const bool is_instance_method = m_type == eTypeInstanceMethod;

Completed in 75 milliseconds