Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:method

125 /// EmitVarDecl - This method handles emission of any variable declaration
254 // Don't do anything for Obj-C method decls or global closures. We should
1698 // Don't push a cleanup in a thunk for a method that will also emit a
1726 // init method then we don't want to retain it.
1728 const ObjCMethodDecl *method = cast<ObjCMethodDecl>(CurCodeDecl);
1729 assert(&D == method->getSelfDecl());
1732 assert(method->getMethodFamily() != OMF_init);
1733 (void) method;