Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3188 const auto *NewConstInit = New->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
3189 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes()
3207 } else if (NewConstInit) { in mergeDeclAttributes()
3212 diagnoseMissingConstinit(*this, InitDecl, NewConstInit, in mergeDeclAttributes()