Searched refs:ObjCMethodName (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 26 class ObjCMethodName { 39 static std::optional<const ObjCMethodName> Create(llvm::StringRef name, 115 ObjCMethodName(llvm::StringRef name, Type type) in ObjCMethodName() function
|
| H A D | ObjCLanguage.cpp | 63 std::optional<const ObjCLanguage::ObjCMethodName> 64 ObjCLanguage::ObjCMethodName::Create(llvm::StringRef name, bool strict) { in Create() 99 ObjCLanguage::ObjCMethodName method_name(name, type); in Create() 103 llvm::StringRef ObjCLanguage::ObjCMethodName::GetClassName() const { in GetClassName() 116 llvm::StringRef ObjCLanguage::ObjCMethodName::GetClassNameWithCategory() const { in GetClassNameWithCategory() 123 llvm::StringRef ObjCLanguage::ObjCMethodName::GetSelector() const { in GetSelector() 132 llvm::StringRef ObjCLanguage::ObjCMethodName::GetCategory() const { in GetCategory() 145 std::string ObjCLanguage::ObjCMethodName::GetFullNameWithoutCategory() const { in GetFullNameWithoutCategory() 182 std::optional<const ObjCLanguage::ObjCMethodName> objc_method = in GetMethodNameVariants() 183 ObjCLanguage::ObjCMethodName::Create(method_name.GetStringRef(), false); in GetMethodNameVariants()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 306 std::optional<const ObjCLanguage::ObjCMethodName> objc_method = in IndexUnitImpl() 307 ObjCLanguage::ObjCMethodName::Create(name, true); in IndexUnitImpl()
|
| H A D | DWARFASTParserClang.cpp | 1083 const ObjCLanguage::ObjCMethodName &objc_method, const DWARFDIE &die, in ParseObjCMethod() 1334 if (std::optional<const ObjCLanguage::ObjCMethodName> objc_method = in ParseSubroutine() 1335 ObjCLanguage::ObjCMethodName::Create(attrs.name.GetStringRef(), in ParseSubroutine() 2778 std::optional<const ObjCLanguage::ObjCMethodName> prop_getter_method = in PropertyAttributes() 2779 ObjCLanguage::ObjCMethodName::Create(prop_getter_name, true); in PropertyAttributes() 2786 std::optional<const ObjCLanguage::ObjCMethodName> prop_setter_method = in PropertyAttributes() 2787 ObjCLanguage::ObjCMethodName::Create(prop_setter_name, true); in PropertyAttributes()
|
| H A D | DWARFASTParserClang.h | 466 ParseObjCMethod(const lldb_private::ObjCLanguage::ObjCMethodName &objc_method,
|