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