reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
 2786   if (bool(OldConstInit) != bool(NewConstInit)) {
 2801       if (OldConstInit && OldConstInit->isConstinit())
 2801       if (OldConstInit && OldConstInit->isConstinit())
 2802         diagnoseMissingConstinit(*this, NewVD, OldConstInit,