Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3147 if (const auto *NewAbiTagAttr = New->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local
3149 for (const auto &NewTag : NewAbiTagAttr->tags()) { in mergeDeclAttributes()
3151 Diag(NewAbiTagAttr->getLocation(), in mergeDeclAttributes()
3158 Diag(NewAbiTagAttr->getLocation(), diag::err_abi_tag_on_redeclaration); in mergeDeclAttributes()