Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp892 static constexpr llvm::StringLiteral g_objc_object_name("self"); in AddArguments() local
894 m_in_cplusplus_method ? g_cplusplus_object_name : g_objc_object_name; in AddArguments()