Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaPseudoObject.cpp | 513 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType() 518 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 524 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 526 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 531 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1068 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() 1124 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter() 1235 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
|
| D | SemaDeclObjC.cpp | 2365 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 2367 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != 0; in HelperIsMethodInObjCType()
|
| D | SemaExprObjC.cpp | 1397 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
|
| D | SemaExpr.cpp | 7472 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 6790 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|