Searched refs:objc_method (Results 1 – 4 of 4) sorted by relevance
774 ObjCLanguageRuntime::MethodName objc_method(name, true); in Index() local775 if (objc_method.IsValid(true)) in Index()777 … ConstString objc_class_name_with_category (objc_method.GetClassNameWithCategory()); in Index()778 ConstString objc_selector_name (objc_method.GetSelector()); in Index()779 … ConstString objc_fullname_no_category_name (objc_method.GetFullNameWithoutCategory(true)); in Index()780 ConstString objc_class_name_no_category (objc_method.GetClassName()); in Index()828 if (!is_method && !mangled_cstr && !objc_method.IsValid(true)) in Index()
6528 ObjCLanguageRuntime::MethodName objc_method (type_name_cstr, true); in ParseType() local6529 if (objc_method.IsValid(true)) in ParseType()6533 ConstString class_name(objc_method.GetClassName()); in ParseType()
127 ObjCLanguageRuntime::MethodName objc_method(name.GetCString(), false); in AddNameLookup() local128 if (objc_method.IsValid(false)) in AddNameLookup()131 objc_method.GetFullNames(objc_names, true); in AddNameLookup()
372 ObjCLanguageRuntime::MethodName objc_method (entry.cstring, true); in InitNameIndexes() local373 if (objc_method.IsValid(true)) in InitNameIndexes()375 entry.cstring = objc_method.GetSelector().GetCString(); in InitNameIndexes()378 ConstString objc_method_no_category (objc_method.GetFullNameWithoutCategory(true)); in InitNameIndexes()