Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h136 FindNamespace(ConstString name, in FindNamespace() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h262 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp670 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
695 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
1644 symbol_file->FindNamespace(name, module_parent_namespace_decl); in CompleteNamespaceMap()
1669 symbol_file->FindNamespace(name, null_namespace_decl); in CompleteNamespaceMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h160 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFilePDB.cpp1676 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h151 FindNamespace(ConstString name,
H A DSymbolFileNativePDB.cpp1555 SymbolFileNativePDB::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileNativePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h131 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFileDWARF.h212 lldb_private::CompilerDeclContext FindNamespace(
H A DSymbolFileDWARFDebugMap.cpp1214 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap
1221 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
H A DSymbolFileDWARF.cpp2442 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF