Searched refs:copied_method_decl (Results 1 – 1 of 1) sorted by relevance
824 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local826 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()832 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()834 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()1079 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local1082 if (!copied_method_decl) in FindObjCMethodDecls()1086 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()1088 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()