Searched refs:lookupMethod (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/bin/ |
| H A D | streamzip | 25 "method=s" => \&lookupMethod, 68 sub lookupMethod
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1828 ObjCMethodDecl *lookupMethod(Selector Sel, bool isInstance, 1835 return lookupMethod(Sel, true/*isInstance*/); in lookupInstanceMethod() 1840 return lookupMethod(Sel, false/*isInstance*/); in lookupClassMethod() 1859 return lookupMethod(Sel, !IsClassProperty/*isInstance*/, in lookupPropertyAccessor() 2210 ObjCMethodDecl *lookupMethod(Selector Sel, bool isInstance) const; 2213 return lookupMethod(Sel, true/*isInstance*/); in lookupInstanceMethod() 2217 return lookupMethod(Sel, false/*isInstance*/); in lookupClassMethod()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 700 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel, in lookupMethod() function in ObjCInterfaceDecl 729 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod() 739 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance))) in lookupMethod() 2003 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel, in lookupMethod() function in ObjCProtocolDecl 2017 if ((MethodDecl = I->lookupMethod(Sel, isInstance))) in lookupMethod()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 439 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef() 490 SuperClass->lookupMethod(MDecl->getSelector(), in ActOnStartOfObjCMethodDef() 2771 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs() 2786 IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs() 2802 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs() 2808 if (C && IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs() 2959 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true)) in CheckCategoryVsClassMethodMatches() 2966 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false)) in CheckCategoryVsClassMethodMatches() 4891 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration() 4962 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration() [all …]
|
| H A D | SemaExprObjC.cpp | 1279 if (ObjCMethodDecl *MD = IFace->lookupMethod(Sel, /*isInstance=*/true)) in findMethodInCurrentClass() 1283 if (ObjCMethodDecl *MD = IFace->lookupMethod(Sel, /*isInstance=*/false)) in findMethodInCurrentClass() 1939 if (ObjCMethodDecl *method = iface->lookupMethod(sel, isInstance)) in LookupMethodInObjectType() 1950 if (ObjCMethodDecl *method = I->lookupMethod(sel, isInstance)) in LookupMethodInObjectType() 1964 if ((MD = PROTO->lookupMethod(Sel, Instance))) { in LookupMethodInQualifiedType() 4265 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents() 4279 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents()
|
| H A D | SemaObjCProperty.cpp | 1840 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(), in IvarBacksCurrentMethodAccessor() 2413 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() 2429 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1128 D = IDecl->lookupMethod(Sel, true); in canBeOverridenInSubclass() 1236 Val = Interface->lookupMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition()
|