Searched refs:ExistingAttr (Results 1 – 1 of 1) sorted by relevance
2620 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local2621 if (ExistingAttr->getName() == Name) in mergeSectionAttr()2623 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section); in mergeSectionAttr()