Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp777 … ConstString objc_class_name_with_category (objc_method.GetClassNameWithCategory()); in Index() local
782 if (objc_class_name_with_category) in Index()
783 … objc_class_selectors.Insert(objc_class_name_with_category, die.GetOffset()); in Index()
784 … if (objc_class_name_no_category && objc_class_name_no_category != objc_class_name_with_category) in Index()