Searched refs:FindNamespace (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolFile.h | 261 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() function
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
D | SymbolFileBreakpad.h | 137 FindNamespace(ConstString name, in FindNamespace() function
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.h | 161 lldb_private::CompilerDeclContext FindNamespace(
|
D | SymbolFilePDB.cpp | 1672 SymbolFilePDB::FindNamespace(lldb_private::ConstString name, in FindNamespace() function in SymbolFilePDB
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTSource.cpp | 677 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/ |
D | SymbolFileNativePDB.h | 152 FindNamespace(ConstString name,
|
D | SymbolFileNativePDB.cpp | 1555 SymbolFileNativePDB::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileNativePDB
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.h | 132 lldb_private::CompilerDeclContext FindNamespace(
|
D | SymbolFileDWARF.h | 213 lldb_private::CompilerDeclContext FindNamespace(
|
D | SymbolFileDWARFDebugMap.cpp | 1217 CompilerDeclContext SymbolFileDWARFDebugMap::FindNamespace( in FindNamespace() function in SymbolFileDWARFDebugMap 1224 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
|
D | SymbolFileDWARF.cpp | 2499 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace() function in SymbolFileDWARF
|
/external/llvm-project/lldb/unittests/SymbolFile/PDB/ |
D | SymbolFilePDBTests.cpp | 450 auto ns_namespace = symfile->FindNamespace(ConstString("NS"), CompilerDeclContext()); in TEST_F()
|
/external/llvm-project/lldb/tools/lldb-test/ |
D | lldb-test.cpp | 513 Symfile.FindNamespace(ConstString(Name), ContextPtr); in findNamespaces()
|