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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h246 /// \param[out] is_instance_method
258 bool &is_instance_method,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp236 const bool is_instance_method = local
241 if (is_class_method || is_instance_method) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp556 bool is_instance_method = false; local
558 if (m_sc.GetFunctionMethodInfo(method_language, is_instance_method,
560 if (is_instance_method && method_object_name) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp544 bool &is_instance_method,
552 return decl_ctx.IsClassMethod(&language, &is_instance_method,
543 GetFunctionMethodInfo(lldb::LanguageType &language, bool &is_instance_method, ConstString &language_object_name) argument

Completed in 81 milliseconds