Home
last modified time | relevance | path

Searched refs:LookupMethodInObjectType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp555 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()
DSemaDeclObjC.cpp3575 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType()
3577 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
DSemaExprObjC.cpp1716 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
DSemaExpr.cpp8867 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
/external/clang/include/clang/Sema/
DSema.h7559 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,