Searched refs:lookupMethod (Results 1 - 12 of 12) sorted by relevance

/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java75 public Method lookupMethod(CtClass clazz, CtClass currentClass, MethodInfo current, method in class:MemberResolver
96 Method m = lookupMethod(clazz, methodName, argTypes, argDims,
104 private Method lookupMethod(CtClass clazz, String methodName, method in class:MemberResolver
144 Method r = lookupMethod(pclazz, methodName, argTypes,
158 Method r = lookupMethod(ifs[i], methodName,
169 Method r = lookupMethod(pclazz, methodName, argTypes,
H A DMemberCodeGen.java561 found = resolver.lookupMethod(targetClass, thisClass, thisMethod,
H A DTypeChecker.java705 = resolver.lookupMethod(targetClass, thisClass, thisMethod,
/external/clang/include/clang/AST/
H A DDeclObjC.h1283 ObjCMethodDecl *lookupMethod(Selector Sel, bool isInstance,
1290 return lookupMethod(Sel, true/*isInstance*/);
1295 return lookupMethod(Sel, false/*isInstance*/);
1312 return lookupMethod(Sel, true/*isInstance*/,
1612 ObjCMethodDecl *lookupMethod(Selector Sel, bool isInstance) const;
1614 return lookupMethod(Sel, true/*isInstance*/);
1617 return lookupMethod(Sel, false/*isInstance*/);
/external/clang/lib/AST/
H A DDeclObjC.cpp540 /// lookupMethod - This method returns an instance/class method by looking in
544 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel, function in class:ObjCInterfaceDecl
566 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
581 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1534 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1536 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel, function in class:ObjCProtocolDecl
1550 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp371 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod());
424 SuperClass->lookupMethod(MDecl->getSelector(),
1751 (!Super || !Super->lookupMethod(method->getSelector(),
1766 IDecl->lookupMethod(method->getSelector(),
1783 (!Super || !Super->lookupMethod(method->getSelector(),
1789 if (C && IDecl->lookupMethod(method->getSelector(),
1930 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true))
1937 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false))
3176 IMD = IDecl->lookupMethod(ObjCMethod->getSelector(),
3464 Method = IDecl->lookupMethod(Metho
[all...]
H A DSemaExprObjC.cpp1465 if (ObjCMethodDecl *method = iface->lookupMethod(sel, isInstance))
1476 if (ObjCMethodDecl *method = I->lookupMethod(sel, isInstance))
1490 if ((MD = PROTO->lookupMethod(Sel, Instance))) {
3545 ClassMethod = RelatedClass->lookupMethod(Sel, false);
3557 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
H A DSemaObjCProperty.cpp1485 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp752 D = IDecl->lookupMethod(Sel, true);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1430 milliseconds