Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3078 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local
3079 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() local
3163 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() local
3181 if (!ExistingAttr->isImplicit()) { in handleCodeSegAttr()
3183 ExistingAttr->getName() == Str in handleCodeSegAttr()
6860 if (const auto *ExistingAttr = FD->getAttr<WebAssemblyImportModuleAttr>()) { in mergeImportModuleAttr() local
[all …]