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.cpp467 SymbolFileOnDemand::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileOnDemand
473 return SymbolFile::FindNamespace(name, parent_decl_ctx, in FindNamespace()
476 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx, in FindNamespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp658 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
693 found_namespace_decl = symbol_file->FindNamespace( in FillNamespaceMap()
1395 symbol_file->FindNamespace(name, module_parent_namespace_decl); in CompleteNamespaceMap()
1420 symbol_file->FindNamespace(name, null_namespace_decl); in CompleteNamespaceMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h127 CompilerDeclContext FindNamespace(ConstString name, in FindNamespace() function
/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.h124 CompilerDeclContext FindNamespace(ConstString name,
H A DSymbolFileDWARF.h200 CompilerDeclContext FindNamespace(ConstString name,
H A DSymbolFileDWARFDebugMap.cpp1249 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap
1257 oso_dwarf->FindNamespace(name, parent_decl_ctx, only_root_namespaces); in FindNamespace()
H A DSymbolFileDWARF.cpp2857 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