Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2839 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2841 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local