Searched refs:copied_method_decl (Results 1 – 1 of 1) sorted by relevance
774 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local776 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()782 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()784 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()1029 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local1032 if (!copied_method_decl) in FindObjCMethodDecls()1036 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()1038 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()