Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h266 bool &is_instance_method,
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp558 bool is_instance_method = false; in GetValueForVariableExpressionPath() local
560 if (m_sc.GetFunctionMethodInfo(method_language, is_instance_method, in GetValueForVariableExpressionPath()
562 if (is_instance_method && method_object_name) { in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp228 const bool is_instance_method = in GetMethodNameVariants() local
233 if (is_class_method || is_instance_method) { in GetMethodNameVariants()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp543 bool &is_instance_method, in GetFunctionMethodInfo() argument
551 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()