/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 467 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 D | ClangASTSource.cpp | 658 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 D | SymbolFileBreakpad.h | 127 CompilerDeclContext FindNamespace(ConstString name, in FindNamespace() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFileOnDemand.h | 166 FindNamespace(lldb_private::ConstString name,
|
H A D | SymbolFile.h | 341 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 150 FindNamespace(lldb_private::ConstString name,
|
H A D | SymbolFilePDB.cpp | 1680 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.h | 124 CompilerDeclContext FindNamespace(ConstString name,
|
H A D | SymbolFileDWARF.h | 200 CompilerDeclContext FindNamespace(ConstString name,
|
H A D | SymbolFileDWARFDebugMap.cpp | 1249 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap 1257 oso_dwarf->FindNamespace(name, parent_decl_ctx, only_root_namespaces); in FindNamespace()
|
H A D | SymbolFileDWARF.cpp | 2857 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 149 CompilerDeclContext FindNamespace(ConstString name,
|
H A D | SymbolFileNativePDB.cpp | 2144 CompilerDeclContext SymbolFileNativePDB::FindNamespace( in FindNamespace() function in SymbolFileNativePDB
|