Lines Matching defs:parent_decl_ctx_die
1667 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE();
1669 while (parent_decl_ctx_die) {
1673 const dw_tag_t parent_tag = parent_decl_ctx_die.Tag();
1676 if (const char *namespace_name = parent_decl_ctx_die.GetName()) {
1682 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
1689 if (const char *class_union_struct_name = parent_decl_ctx_die.GetName()) {
1692 GetDIEClassTemplateParams(parent_decl_ctx_die));
1695 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
1700 parent_decl_ctx_die.Clear();