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.cpp775 ObjCMethodDecl *copied_method_decl = dyn_cast<ObjCMethodDecl>(copied_decl); in FindObjCMethodDeclsWithOrigin() local
777 if (!copied_method_decl) in FindObjCMethodDeclsWithOrigin()
783 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDeclsWithOrigin()
785 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDeclsWithOrigin()
1030 ObjCMethodDecl *copied_method_decl = in FindObjCMethodDecls() local
1033 if (!copied_method_decl) in FindObjCMethodDecls()
1037 ClangUtil::DumpDecl(copied_method_decl)); in FindObjCMethodDecls()
1039 context.AddNamedDecl(copied_method_decl); in FindObjCMethodDecls()