Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2458 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local
2460 if (std::find(OldAbiTagAttr->tags_begin(), OldAbiTagAttr->tags_end(), in mergeDeclAttributes()
2461 NewTag) == OldAbiTagAttr->tags_end()) { in mergeDeclAttributes()
2465 Diag(OldAbiTagAttr->getLocation(), diag::note_previous_declaration); in mergeDeclAttributes()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2891 if (const auto *OldAbiTagAttr = Old->getAttr<AbiTagAttr>()) { in mergeDeclAttributes() local
2893 if (std::find(OldAbiTagAttr->tags_begin(), OldAbiTagAttr->tags_end(), in mergeDeclAttributes()
2894 NewTag) == OldAbiTagAttr->tags_end()) { in mergeDeclAttributes()
2898 Diag(OldAbiTagAttr->getLocation(), diag::note_previous_declaration); in mergeDeclAttributes()