Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Method

335     void RewriteMethodDeclaration(ObjCMethodDecl *Method);
423 ObjCMethodDecl *Method);
1114 void RewriteModernObjC::RewriteMethodDeclaration(ObjCMethodDecl *Method) {
1115 // When method is a synthesized one, such as a getter/setter there is
1117 if (Method->isImplicit())
1119 SourceLocation LocStart = Method->getLocStart();
1120 SourceLocation LocEnd = Method->getLocEnd();
1263 // Unique method name
1315 // Method arguments.
3119 /// returnType - Result type of the method being synthesized.
3123 /// Method - Method being rewritten.
3128 ObjCMethodDecl *Method) {
3131 Method ? Method->isVariadic()
3563 // If we don't have a method decl, force a variadic cast.
3579 // We have the method which returns a struct/union. Must also generate
3582 // method's return type.
4067 /// RewriteImplementations - This routine rewrites all method implementations
6489 /// (Obsolete) ARC-specific: this class has a .release_ivars method
6943 // Construct method lists.