Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaPseudoObject.cpp513 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()
DSemaDeclObjC.cpp2365 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType()
2367 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != 0; in HelperIsMethodInObjCType()
DSemaExprObjC.cpp1397 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
DSemaExpr.cpp7472 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h6790 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,