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");
 2755     S.Diag(CIAttr->getLocation(), diag::note_constinit_specified_here);
 2759     S.Diag(CIAttr->getLocation(),
 2760            CIAttr->isConstinit() ? diag::err_constinit_added_too_late
 2762         << FixItHint::CreateRemoval(SourceRange(CIAttr->getLocation()));
 2764         << CIAttr->isConstinit()