forked from OSchip/llvm-project
parent
307e4688c5
commit
ac6429fc9a
|
@ -1002,7 +1002,6 @@ ClangExpressionDeclMap::GetDecls (NameSearchContext &context, const ConstString
|
|||
// doesn't start with our phony prefix of '$'
|
||||
if (name_unique_cstr[0] != '$')
|
||||
{
|
||||
|
||||
Variable *var = FindVariableInScope(*m_exe_ctx.frame, name);
|
||||
|
||||
// If we found a variable in scope, no need to pull up function names
|
||||
|
|
Loading…
Reference in New Issue