Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclAttr.cpp3279 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local
3280 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() local
3364 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() local
3382 if (!ExistingAttr->isImplicit()) { in handleCodeSegAttr()
3384 ExistingAttr->getName() == Str in handleCodeSegAttr()
7562 if (const auto *ExistingAttr = FD->getAttr<WebAssemblyImportModuleAttr>()) { in mergeImportModuleAttr() local
[all …]