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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 3674       if (Length->isIntegerConstantExpr(ConstLength, C)) {
 3680       if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) {
 3717       if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) {
 3719         if (Length->isIntegerConstantExpr(ConstLength, C))
 3722         auto *CAT = C.getAsConstantArrayType(ArrayTy);