Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1099 ObjCMethodDecl *result_method = dyn_cast<ObjCMethodDecl>(named_decl); in FindObjCMethodDeclsWithOrigin() local
1101 if (!result_method) in FindObjCMethodDeclsWithOrigin()
1104 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin()