Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1080 DeclContext *function_ctx = sc.function->GetClangDeclContext(); in FindObjCMethodDecls() local
1082 if (!function_ctx) in FindObjCMethodDecls()
1085 ObjCMethodDecl *method_decl = dyn_cast<ObjCMethodDecl>(function_ctx); in FindObjCMethodDecls()