Home
last modified time | relevance | path

Searched refs:ExistingAttr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2620 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local
2621 if (ExistingAttr->getName() == Name) in mergeSectionAttr()
2623 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section); in mergeSectionAttr()