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

References

tools/clang/lib/Sema/SemaDecl.cpp
 2752     assert(CIAttr->isConstinit() && "should not diagnose this for attribute");
 2760            CIAttr->isConstinit() ? diag::err_constinit_added_too_late
 2764         << CIAttr->isConstinit()
 2801       if (OldConstInit && OldConstInit->isConstinit())
12522             << Attr->getRange() << Attr->isConstinit();