Searched refs:ExistingAttr (Results 1 – 1 of 1) sorted by relevance
3078 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local3079 if (ExistingAttr->getName() == Name) in mergeSectionAttr()3081 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section) in mergeSectionAttr()3162 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in mergeCodeSegAttr() local3163 if (ExistingAttr->getName() == Name) in mergeCodeSegAttr()3165 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section) in mergeCodeSegAttr()3180 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in handleCodeSegAttr() local3181 if (!ExistingAttr->isImplicit()) { in handleCodeSegAttr()3183 ExistingAttr->getName() == Str in handleCodeSegAttr()6860 if (const auto *ExistingAttr = FD->getAttr<WebAssemblyImportModuleAttr>()) { in mergeImportModuleAttr() local[all …]