Searched refs:copied_method_decl (Results 1 – 1 of 1) sorted by relevance
775 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local777 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()783 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()785 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()1030 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local1033 if (!copied_method_decl) in FindObjCMethodDecls()1037 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()1039 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()