Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 565 return S.ObjC().LookupMethodInObjectType( in LookupMethodInReceiverType() 570 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 576 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 578 return S.ObjC().LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), in LookupMethodInReceiverType() 584 return S.ObjC().LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1059 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( in CheckKeyForObjCARCConversion() 1110 AtIndexGetter = S.ObjC().LookupMethodInObjectType( in findAtIndexGetter() 1211 AtIndexSetter = S.ObjC().LookupMethodInObjectType( in findAtIndexSetter()
|
| H A D | SemaDeclObjC.cpp | 3703 if (S.ObjC().LookupMethodInObjectType(Sel, ObjectType, in HelperIsMethodInObjCType() 3706 return S.ObjC().LookupMethodInObjectType(Sel, ObjectType, in HelperIsMethodInObjCType()
|
| H A D | SemaExprObjC.cpp | 1939 ObjCMethodDecl *SemaObjC::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in SemaObjC
|
| H A D | SemaExpr.cpp | 11841 S.ObjC().LookupMethodInObjectType(IsEqualSel, InterfaceType, in hasIsEqualMethod()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 801 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|