Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp570 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType()
575 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
581 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
583 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType()
588 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType()
1138 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion()
1191 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter()
1297 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
H A DSemaDeclObjC.cpp3646 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType()
3648 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
H A DSemaExprObjC.cpp1758 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
H A DSemaExpr.cpp9777 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8194 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,