Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp560 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType()
565 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
571 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
573 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType()
578 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType()
1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion()
1181 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter()
1286 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
H A DSemaDeclObjC.cpp3699 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType()
3701 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
H A DSemaExprObjC.cpp1934 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
H A DSemaExpr.cpp12101 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10411 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,