Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 565 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType() 570 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 576 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 578 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 583 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1133 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() 1186 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter() 1291 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
|
| H A D | SemaDeclObjC.cpp | 3698 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 3700 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
|
| H A D | SemaExprObjC.cpp | 1936 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
|
| H A D | SemaExpr.cpp | 12534 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10729 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|