Searched refs:OldAbiTagAttr (Results 1 – 1 of 1) sorted by relevance
3148 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local3150 if (!llvm::is_contained(OldAbiTagAttr->tags(), NewTag)) { in mergeDeclAttributes()3154 Diag(OldAbiTagAttr->getLocation(), diag::note_previous_declaration); in mergeDeclAttributes()