Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangASTSource.cpp887 ObjCMethodDecl *result_method = dyn_cast<ObjCMethodDecl>(named_decl); in FindObjCMethodDeclsWithOrigin() local
889 if (!result_method) in FindObjCMethodDeclsWithOrigin()
892 …l *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_metho… in FindObjCMethodDeclsWithOrigin()