Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Method

259     void RewriteMethodDeclaration(ObjCMethodDecl *Method);
928 void RewriteObjC::RewriteMethodDeclaration(ObjCMethodDecl *Method) {
929 // When method is a synthesized one, such as a getter/setter there is
931 if (Method->isSynthesized())
933 SourceLocation LocStart = Method->getLocStart();
934 SourceLocation LocEnd = Method->getLocEnd();
1056 // Unique method name
1108 // Method arguments.
1457 } else { // we are outside a method.
1458 assert(!IV->isFreeIvar() && "Cannot have a free standing ivar outside a method");
3072 // If we don't have a method decl, force a variadic cast.
3088 // We have the method which returns a struct/union. Must also generate
3091 // method's return type.
3435 // Output struct protocol_methods holder of method selector and type.
4017 /// RewriteImplementations - This routine rewrites all method implementations