Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp473 SymbolFileOnDemand::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileOnDemand
478 return SymbolFile::FindNamespace(name, parent_decl_ctx); in FindNamespace()
480 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx); in FindNamespace()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h171 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFile.h273 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h138 FindNamespace(ConstString name, in FindNamespace() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h160 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFilePDB.cpp1684 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h131 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFileDWARFDebugMap.cpp1194 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap
1201 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
H A DSymbolFileDWARF.h214 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFileDWARF.cpp2537 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h154 FindNamespace(ConstString name,
H A DSymbolFileNativePDB.cpp1949 SymbolFileNativePDB::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileNativePDB
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp459 auto ns_namespace = symfile->FindNamespace(ConstString("NS"), CompilerDeclContext()); in TEST_F()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp518 Symfile.FindNamespace(ConstString(Name), ContextPtr); in findNamespaces()