Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2968 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local
2969 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() local
3037 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() local
3055 if (!ExistingAttr->isImplicit()) { in handleCodeSegAttr()
3057 ExistingAttr->getName() == Str in handleCodeSegAttr()
6527 if (const auto *ExistingAttr = FD->getAttr<WebAssemblyImportModuleAttr>()) { in mergeImportModuleAttr() local
[all …]
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2620 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr() local
2621 if (ExistingAttr->getName() == Name) in mergeSectionAttr()
2623 Diag(ExistingAttr->getLocation(), diag::warn_mismatched_section); in mergeSectionAttr()