Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp764 ObjCMethodDecl *result_method = dyn_cast<ObjCMethodDecl>(named_decl); in FindObjCMethodDeclsWithOrigin() local
766 if (!result_method) in FindObjCMethodDeclsWithOrigin()
769 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin()