Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 555 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType() 560 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 566 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 568 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 573 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() 1176 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter() 1284 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
|
D | SemaDeclObjC.cpp | 3575 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 3577 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
|
D | SemaExprObjC.cpp | 1716 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
|
D | SemaExpr.cpp | 8867 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7559 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|