Searched refs:OldAbiTagAttr (Results 1 – 1 of 1) 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()