Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3080 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); mergeDeclAttributes() local
3082 if (bool(OldConstInit) != bool(NewConstInit)) { mergeDeclAttributes() local