Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2852 const auto *NewConstInit = New->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2853 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes()
2871 } else if (NewConstInit) { in mergeDeclAttributes()
2876 diagnoseMissingConstinit(*this, InitDecl, NewConstInit, in mergeDeclAttributes()