Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3239 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
3241 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
3256 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
3257 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()