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

References

tools/clang/lib/AST/ExprConstant.cpp
 9067       Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
 9070   if (!EvaluateLValue(E->getSubExpr(), Array, Info))
 9074   Array.addArray(Info, E, ArrayType);
 9077   RecordDecl *Record = E->getType()->castAs<RecordType>()->getDecl();
 9080     return Error(E);
 9086     return Error(E);
 9093     return Error(E);
 9099     if (!HandleLValueArrayAdjustment(Info, E, Array,
 9108     return Error(E);
 9111     return Error(E);