Searched refs:NewConstInit (Results 1 – 1 of 1) sorted by relevance
3112 const auto *NewConstInit = New->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local3113 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes()3131 } else if (NewConstInit) { in mergeDeclAttributes()3136 diagnoseMissingConstinit(*this, InitDecl, NewConstInit, in mergeDeclAttributes()