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

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp519 return S.LookupMethodInObjectType(sel,
524 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
530 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
532 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
537 return S.LookupMethodInObjectType(sel, IT, false);
1098 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT,
1154 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1265 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType,
H A DSemaDeclObjC.cpp2441 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
2443 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) !=
H A DSemaExprObjC.cpp1460 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, function in class:Sema
H A DSemaExpr.cpp7678 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel,
/external/clang/include/clang/Sema/
H A DSema.h6917 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,

Completed in 320 milliseconds