Searched refs:IsEqualSel (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8866 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod() local 8867 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod() 8873 Method = S.LookupInstanceMethodInGlobalPool(IsEqualSel, SourceRange(), in hasIsEqualMethod() 8877 Method = S.LookupMethodInQualifiedType(IsEqualSel, Type, in hasIsEqualMethod()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 11038 Selector IsEqualSel = S.NSAPIObj->getIsEqualSelector(); in hasIsEqualMethod() local 11039 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod() 11045 Method = S.LookupInstanceMethodInGlobalPool(IsEqualSel, SourceRange(), in hasIsEqualMethod() 11049 Method = S.LookupMethodInQualifiedType(IsEqualSel, Type, in hasIsEqualMethod()
|