Home
last modified time | relevance | path

Searched defs: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