Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp824 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local
826 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()
832 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()
834 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()
1079 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local
1082 if (!copied_method_decl) in FindObjCMethodDecls()
1086 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()
1088 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()