Removed namespace qualification from symbol queries.

llvm-svn: 141866
This commit is contained in:
Sean Callanan
2011-10-13 16:49:47 +00:00
parent adcf7c9203
commit b96ff33b0e
8 changed files with 11 additions and 29 deletions

View File

@@ -687,7 +687,7 @@ Module::SymbolIndicesToSymbolContextList (Symtab *symtab, std::vector<uint32_t>
}
size_t
Module::FindSymbolsWithNameAndType (const ConstString &name, const ClangNamespaceDecl *namespace_decl, SymbolType symbol_type, SymbolContextList &sc_list)
Module::FindSymbolsWithNameAndType (const ConstString &name, SymbolType symbol_type, SymbolContextList &sc_list)
{
// No need to protect this call using m_mutex all other method calls are
// already thread safe.