Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1166 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts() local
1167 if (!func_decl_context || func_decl_context.IsClassMethod()) in SearchFunctionsInSymbolContexts()
1181 if (fdi.m_copied_type && func_decl_context) { in SearchFunctionsInSymbolContexts()
1187 (clang::DeclContext *)func_decl_context.GetOpaqueDeclContext(); in SearchFunctionsInSymbolContexts()