Searched refs:copied_method_decl (Results 1 – 1 of 1) sorted by relevance
836 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local838 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()844 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()846 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()1100 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local1103 if (!copied_method_decl) in FindObjCMethodDecls()1107 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()1109 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()