Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 567 return S.ObjC().LookupMethodInObjectType( in LookupMethodInReceiverType() 572 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 578 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 580 return S.ObjC().LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), in LookupMethodInReceiverType() 586 return S.ObjC().LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( in CheckKeyForObjCARCConversion() 1112 AtIndexGetter = S.ObjC().LookupMethodInObjectType( in findAtIndexGetter() 1213 AtIndexSetter = S.ObjC().LookupMethodInObjectType( in findAtIndexSetter()
|
| H A D | SemaDeclObjC.cpp | 3701 if (S.ObjC().LookupMethodInObjectType(Sel, ObjectType, in HelperIsMethodInObjCType() 3704 return S.ObjC().LookupMethodInObjectType(Sel, ObjectType, in HelperIsMethodInObjCType()
|
| H A D | SemaExprObjC.cpp | 1952 ObjCMethodDecl *SemaObjC::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in SemaObjC
|
| H A D | SemaExpr.cpp | 11554 S.ObjC().LookupMethodInObjectType(IsEqualSel, InterfaceType, in hasIsEqualMethod()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 809 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|