Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp567 return S.ObjC().LookupMethodInObjectType( in LookupMethodInReceiverType()
572 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
578 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
580 return S.ObjC().LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), in LookupMethodInReceiverType()
586 return S.ObjC().LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType()
1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( in CheckKeyForObjCARCConversion()
1112 AtIndexGetter = S.ObjC().LookupMethodInObjectType( in findAtIndexGetter()
1213 AtIndexSetter = S.ObjC().LookupMethodInObjectType( in findAtIndexSetter()
H A DSemaDeclObjC.cpp3701 if (S.ObjC().LookupMethodInObjectType(Sel, ObjectType, in HelperIsMethodInObjCType()
3704 return S.ObjC().LookupMethodInObjectType(Sel, ObjectType, in HelperIsMethodInObjCType()
H A DSemaExprObjC.cpp1952 ObjCMethodDecl *SemaObjC::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in SemaObjC
H A DSemaExpr.cpp11554 S.ObjC().LookupMethodInObjectType(IsEqualSel, InterfaceType, in hasIsEqualMethod()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h809 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,