Searched refs:copied_method_decl (Results 1 – 1 of 1) sorted by relevance
832 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local834 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()840 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()842 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()1097 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local1100 if (!copied_method_decl) in FindObjCMethodDecls()1104 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()1106 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()