Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2680 std::optional<const ObjCLanguage::MethodName> prop_setter_method = in PropertyAttributes() local
2682 if (prop_setter_method) in PropertyAttributes()
2684 ConstString(prop_setter_method->GetSelector()).GetCString(); in PropertyAttributes()