Searched refs:ExistingAttr (Results 1 – 1 of 1) sorted by relevance
3279 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local3280 if (ExistingAttr->getName() == Name) in mergeSectionAttr()3282 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section) in mergeSectionAttr()3363 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in mergeCodeSegAttr() local3364 if (ExistingAttr->getName() == Name) in mergeCodeSegAttr()3366 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section) in mergeCodeSegAttr()3381 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in handleCodeSegAttr() local3382 if (!ExistingAttr->isImplicit()) { in handleCodeSegAttr()3384 ExistingAttr->getName() == Str in handleCodeSegAttr()7562 if (const auto *ExistingAttr = FD->getAttr<WebAssemblyImportModuleAttr>()) { in mergeImportModuleAttr() local[all …]