Searched refs:OldAbiTagAttr (Results 1 – 2 of 2) sorted by relevance
2458 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local2460 if (std::find(OldAbiTagAttr->tags_begin(), OldAbiTagAttr->tags_end(), in mergeDeclAttributes()2461 NewTag) == OldAbiTagAttr->tags_end()) { in mergeDeclAttributes()2465 Diag(OldAbiTagAttr->getLocation(), diag::note_previous_declaration); in mergeDeclAttributes()
2891 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local2893 if (std::find(OldAbiTagAttr->tags_begin(), OldAbiTagAttr->tags_end(), in mergeDeclAttributes()2894 NewTag) == OldAbiTagAttr->tags_end()) { in mergeDeclAttributes()2898 Diag(OldAbiTagAttr->getLocation(), diag::note_previous_declaration); in mergeDeclAttributes()