Added ClangNamespaceDecl * parameters to several

core Module functions that the expression parser
will soon be using.

llvm-svn: 141766
This commit is contained in:
Sean Callanan
2011-10-12 02:08:07 +00:00
parent 8897224363
commit b6d70ebc0a
14 changed files with 67 additions and 34 deletions

View File

@@ -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);