Searched refs:abbrevDecl (Results 1 – 1 of 1) sorted by relevance
70 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(&unit); in Extract() local71 if (abbrevDecl == nullptr) in Extract()74 m_tag = abbrevDecl->getTag(); in Extract()75 m_has_children = abbrevDecl->hasChildren(); in Extract()77 for (const auto &attribute : abbrevDecl->attributes()) { in Extract()133 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) { in GetDIENamesAndRanges() local142 for (const auto &attribute : abbrevDecl->attributes()) { in GetDIENamesAndRanges()298 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); in GetAttributes() local299 if (!abbrevDecl) { in GetAttributes()307 for (const auto &attribute : abbrevDecl->attributes()) { in GetAttributes()[all …]