reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
  125   FindNamespace(ConstString name,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2493 SymbolFileDWARF::FindNamespace(ConstString name,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
 1199 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace(
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1573 SymbolFileNativePDB::FindNamespace(ConstString name,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1675 lldb_private::CompilerDeclContext SymbolFilePDB::FindNamespace(

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  828       found_namespace_decl = symbol_file->FindNamespace(name, &namespace_decl);
  857       found_namespace_decl = symbol_file->FindNamespace(name, &namespace_decl);
 1904           symbol_file->FindNamespace(name, &module_parent_namespace_decl);
 1936           symbol_file->FindNamespace(name, &null_namespace_decl);
tools/lldb/tools/lldb-test/lldb-test.cpp
  505       Symfile.FindNamespace(ConstString(Name), ContextPtr);