Home
last modified time | relevance | path

Searched refs:copied_method_decl (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp832 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local
834 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() local
1100 if (!copied_method_decl) in FindObjCMethodDecls()
1104 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()
1106 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()