Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp774 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local
776 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() local
1032 if (!copied_method_decl) in FindObjCMethodDecls()
1036 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()
1038 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()