Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2851 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2853 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2868 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2869 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()