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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2582 CompilerDeclContext namespace_decl_ctx; local
2585 return namespace_decl_ctx;
2603 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die);
2604 if (namespace_decl_ctx)
2613 if (log && namespace_decl_ctx) {
2619 static_cast<const void *>(namespace_decl_ctx.GetTypeSystem()),
2620 static_cast<const void *>(namespace_decl_ctx.GetOpaqueDeclContext()),
2621 namespace_decl_ctx.GetName().AsCString("<NULL>"));
2624 return namespace_decl_ctx;

Completed in 57 milliseconds