Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1173 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts() local
1174 if (!func_decl_context || in SearchFunctionsInSymbolContexts()
1175 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in SearchFunctionsInSymbolContexts()
1189 if (fdi.m_copied_type && func_decl_context) { in SearchFunctionsInSymbolContexts()
1195 (clang::DeclContext *)func_decl_context.GetOpaqueDeclContext(); in SearchFunctionsInSymbolContexts()