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

References

tools/clang/lib/AST/ExprConstant.cpp
 5752   if (Value.isAbsent() && !T->isNullPtrType()) {
 5756       << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T));
 5765   if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(T)) {
 5792   const CXXRecordDecl *RD = T->getAsCXXRecordDecl();
 5794     if (T.isDestructedType()) {
 5795       Info.FFDiag(CallLoc, diag::note_constexpr_unsupported_destruction) << T;