Searched refs:OldConstInit (Results 1 – 1 of 1) sorted by relevance
3152 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local3154 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local3169 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()3170 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()