Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h261 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h137 FindNamespace(ConstString name, in FindNamespace() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h161 lldb_private::CompilerDeclContext FindNamespace(
DSymbolFilePDB.cpp1672 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp677 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
707 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
1656 symbol_file->FindNamespace(name, module_parent_namespace_decl); in CompleteNamespaceMap()
1687 symbol_file->FindNamespace(name, null_namespace_decl); in CompleteNamespaceMap()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h152 FindNamespace(ConstString name,
DSymbolFileNativePDB.cpp1555 SymbolFileNativePDB::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileNativePDB
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h132 lldb_private::CompilerDeclContext FindNamespace(
DSymbolFileDWARF.h213 lldb_private::CompilerDeclContext FindNamespace(
DSymbolFileDWARFDebugMap.cpp1217 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap
1224 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
DSymbolFileDWARF.cpp2499 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp450 auto ns_namespace = symfile->FindNamespace(ConstString("NS"), CompilerDeclContext()); in TEST_F()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp513 Symfile.FindNamespace(ConstString(Name), ContextPtr); in findNamespaces()