Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp822 ObjCMethodDecl *result_method = dyn_cast<ObjCMethodDecl>(named_decl); in FindObjCMethodDeclsWithOrigin() local
824 if (!result_method) in FindObjCMethodDeclsWithOrigin()
827 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin()