Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3111 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
3113 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
3128 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
3129 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()