Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h305 bool &is_instance_method,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp235 const bool is_instance_method = m_type == eTypeInstanceMethod; in GetFullNames() local
237 if (is_class_method || is_instance_method) { in GetFullNames()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp550 bool is_instance_method = false; in GetValueForVariableExpressionPath() local
552 if (m_sc.GetFunctionMethodInfo(method_language, is_instance_method, in GetValueForVariableExpressionPath()
554 if (is_instance_method && method_object_name) { in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp569 bool &is_instance_method, in GetFunctionMethodInfo() argument
577 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()