Home
last modified time | relevance | path

Searched refs:FindNamespace (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp485 SymbolFileOnDemand::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileOnDemand
490 return SymbolFile::FindNamespace(name, parent_decl_ctx); in FindNamespace()
492 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx); in FindNamespace()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h138 FindNamespace(ConstString name, in FindNamespace() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp678 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
703 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
1652 symbol_file->FindNamespace(name, module_parent_namespace_decl); in CompleteNamespaceMap()
1677 symbol_file->FindNamespace(name, null_namespace_decl); in CompleteNamespaceMap()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h174 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFile.h318 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h160 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFilePDB.cpp1695 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h156 FindNamespace(ConstString name,
H A DSymbolFileNativePDB.cpp2130 SymbolFileNativePDB::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileNativePDB
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h136 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFileDWARF.h217 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFileDWARFDebugMap.cpp1246 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap
1253 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
H A DSymbolFileDWARF.cpp2649 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp566 Symfile.FindNamespace(ConstString(Name), ContextPtr); in findNamespaces()