Searched refs:LookupMethodInObjectType (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 555 return S.LookupMethodInObjectType(sel, in LookupMethodInReceiverType() 560 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 566 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType() 568 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType() 573 return S.LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType() 1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() 1176 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter() 1284 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
|
D | SemaDeclObjC.cpp | 3575 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 3577 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
|
D | SemaExprObjC.cpp | 1716 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
|
D | SemaExpr.cpp | 8867 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 560 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()
|
D | SemaDeclObjC.cpp | 3683 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) in HelperIsMethodInObjCType() 3685 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != in HelperIsMethodInObjCType()
|
D | SemaExprObjC.cpp | 1935 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type, in LookupMethodInObjectType() function in Sema
|
D | SemaExpr.cpp | 11039 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7559 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9541 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,
|