Searched defs:lookupMethod (Results 1 - 3 of 3) 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,
/external/clang/lib/AST/
H A DDeclObjC.cpp317 /// lookupMethod - This method returns an instance/class method by looking in
319 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel, function in class:ObjCInterfaceDecl
340 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
355 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1054 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1056 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel, function in class:ObjCProtocolDecl
1064 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
/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 638 milliseconds