Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1342 CompilerDeclContext func_decl_context = function->GetDeclContext(); in FindExternalVisibleDecls() local
1343 if (!func_decl_context || in FindExternalVisibleDecls()
1344 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in FindExternalVisibleDecls()
1359 if (fdi.m_copied_type && func_decl_context) { in FindExternalVisibleDecls()
1365 (clang::DeclContext *)func_decl_context.GetOpaqueDeclContext(); in FindExternalVisibleDecls()