Home | History | Annotate | Download | only in DWARF

Lines Matching refs:namespace_name

4549             const char *namespace_name = die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_name, NULL);
4551 namespace_decl = GetClangASTContext().GetUniqueNamespaceDeclaration (namespace_name, containing_decl_ctx);
4555 if (namespace_name)
4561 namespace_name,