Searched refs:ExistingAttr (Results 1 – 2 of 2) sorted by relevance
2968 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local2969 if (ExistingAttr->getName() == Name) in mergeSectionAttr()2971 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section) in mergeSectionAttr()3036 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in mergeCodeSegAttr() local3037 if (ExistingAttr->getName() == Name) in mergeCodeSegAttr()3039 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section) in mergeCodeSegAttr()3054 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in handleCodeSegAttr() local3055 if (!ExistingAttr->isImplicit()) { in handleCodeSegAttr()3057 ExistingAttr->getName() == Str in handleCodeSegAttr()6527 if (const auto *ExistingAttr = FD->getAttr<WebAssemblyImportModuleAttr>()) { in mergeImportModuleAttr() local[all …]
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()