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