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.cpp3290 if (const auto *NewAbiTagAttr = New->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local
3292 for (const auto &NewTag : NewAbiTagAttr->tags()) { in mergeDeclAttributes()
3294 Diag(NewAbiTagAttr->getLocation(), in mergeDeclAttributes()
3301 Diag(NewAbiTagAttr->getLocation(), diag::err_abi_tag_on_redeclaration); in mergeDeclAttributes()