mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
Added ClangNamespaceDecl * parameters to several
core Module functions that the expression parser will soon be using. llvm-svn: 141766
This commit is contained in:
@@ -626,7 +626,7 @@ FindCodeSymbolInContext
|
||||
)
|
||||
{
|
||||
if (sym_ctx.module_sp)
|
||||
sym_ctx.module_sp->FindSymbolsWithNameAndType(name, eSymbolTypeCode, sc_list);
|
||||
sym_ctx.module_sp->FindSymbolsWithNameAndType(name, NULL, eSymbolTypeCode, sc_list);
|
||||
|
||||
if (!sc_list.GetSize())
|
||||
sym_ctx.target_sp->GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeCode, sc_list);
|
||||
|
||||
Reference in New Issue
Block a user