Home | History | Annotate | Download | only in AST

Lines Matching defs:Method

49 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
61 // Get the local instance/class method declared in this interface.
65 // ensures we get the correct method.
262 /// lookupInheritedClass - This method returns ObjCInterfaceDecl * of the super
279 /// lookupMethod - This method returns an instance/class method by looking in
327 ObjCMethodDecl *Method = 0;
329 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
332 if (!Method && getSuperClass())
334 return Method;
395 "No selector locs for non-implicit method");
439 // This is the last redeclaration, go back to the first method.
496 // init only has a conventional meaning for an instance method, and
571 } else // we have a factory method.
585 // In addition, 'self' is const unless this is an init method.
616 assert(!isa<ObjCProtocolDecl>(getDeclContext()) && "It's a protocol method");
617 llvm_unreachable("unknown method context");
901 // lookupMethod - Lookup a instance/class method
1054 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
1069 /// FindPropertyImplDecl - This method looks up a previous ObjCPropertyImplDecl