Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2510 CompilerDeclContext namespace_decl_ctx; in FindNamespace() local
2513 return namespace_decl_ctx; in FindNamespace()
2523 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
2524 return !namespace_decl_ctx.IsValid(); in FindNamespace()
2527 if (log && namespace_decl_ctx) { in FindNamespace()
2533 static_cast<const void *>(namespace_decl_ctx.GetTypeSystem()), in FindNamespace()
2534 static_cast<const void *>(namespace_decl_ctx.GetOpaqueDeclContext()), in FindNamespace()
2535 namespace_decl_ctx.GetName().AsCString("<NULL>")); in FindNamespace()
2538 return namespace_decl_ctx; in FindNamespace()