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

References

tools/clang/lib/AST/ExprConstant.cpp
 8517     const Expr *Stripped = *ArraySize;
 8536       Info.FFDiag(*ArraySize, diag::note_constexpr_new_negative)
 8537           << ArrayBound << (*ArraySize)->getSourceRange();
 8549       Info.FFDiag(*ArraySize, diag::note_constexpr_new_too_large)
 8550         << ArrayBound << (*ArraySize)->getSourceRange();
 8569         Info.FFDiag(*ArraySize, diag::note_constexpr_new_too_small)
 8572             << (*ArraySize)->getSourceRange();