Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaPseudoObject.cpp | 523 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType() 528 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 534 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 536 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 541 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1092 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() 1145 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter() 1253 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
|
| HD | SemaDeclObjC.cpp | 3396 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 3398 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
|
| HD | SemaExprObjC.cpp | 1718 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
|
| HD | SemaExpr.cpp | 8259 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7323 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|