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