Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2548 CompilerDeclContext namespace_decl_ctx; in FindNamespace() local
2551 return namespace_decl_ctx; in FindNamespace()
2561 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
2562 return !namespace_decl_ctx.IsValid(); in FindNamespace()
2565 if (log && namespace_decl_ctx) { in FindNamespace()
2571 static_cast<const void *>(namespace_decl_ctx.GetTypeSystem()), in FindNamespace()
2572 static_cast<const void *>(namespace_decl_ctx.GetOpaqueDeclContext()), in FindNamespace()
2573 namespace_decl_ctx.GetName().AsCString("<NULL>")); in FindNamespace()
2576 return namespace_decl_ctx; in FindNamespace()