Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp468 SymbolFileOnDemand::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileOnDemand
474 return SymbolFile::FindNamespace(name, parent_decl_ctx, in FindNamespace()
477 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx, in FindNamespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h128 CompilerDeclContext FindNamespace(ConstString name, in FindNamespace() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp659 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
694 found_namespace_decl = symbol_file->FindNamespace( in FillNamespaceMap()
1634 symbol_file->FindNamespace(name, module_parent_namespace_decl); in CompleteNamespaceMap()
1659 symbol_file->FindNamespace(name, null_namespace_decl); in CompleteNamespaceMap()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h166 FindNamespace(lldb_private::ConstString name,
H A DSymbolFile.h341 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h150 FindNamespace(lldb_private::ConstString name,
H A DSymbolFilePDB.cpp1680 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h123 CompilerDeclContext FindNamespace(ConstString name,
H A DSymbolFileDWARF.h198 CompilerDeclContext FindNamespace(ConstString name,
H A DSymbolFileDWARFDebugMap.cpp1240 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap
1248 oso_dwarf->FindNamespace(name, parent_decl_ctx, only_root_namespaces); in FindNamespace()
H A DSymbolFileDWARF.cpp2793 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h149 CompilerDeclContext FindNamespace(ConstString name,
H A DSymbolFileNativePDB.cpp2144 CompilerDeclContext SymbolFileNativePDB::FindNamespace( in FindNamespace() function in SymbolFileNativePDB