Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupMethodInObjectType

464       return S.LookupMethodInObjectType(sel,
469 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
475 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
477 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
482 return S.LookupMethodInObjectType(sel, IT, false);
1010 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT,
1066 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1179 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType,