Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:type_sp

385             TypeSP type_sp (objc_class_sp->GetType());
386 if (type_sp)
387 class_type_or_name.SetTypeSP (type_sp);
390 type_sp = LookupInCompleteClassCache (class_name);
391 if (type_sp)
393 objc_class_sp->SetType (type_sp);
394 class_type_or_name.SetTypeSP (type_sp);