[SymbolFile] Remove the SymbolContext parameter from FindNamespace.

Every callsite was passing an empty SymbolContext, so this parameter
had no effect.  Inside the DWARF implementation of this function,
however, there was one codepath that checked members of the
SymbolContext.  Since no call-sites actually ever used this
functionality, it was essentially dead code, so I've deleted this
code path as well.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@351132 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed