| 310 | bool ArrayInfo::isIncomplete() const { return Incomplete; } |
| 311 | |
| 312 | void ArrayInfo::setIncomplete(bool Incomplete) { |
| 313 | this->Incomplete = Incomplete; |
| 314 | } |
| 315 | |
| 316 | void ArrayInfo::setLengthType(LengthType LengthTy) { |
| 317 | this->LengthTy = LengthTy; |
no outgoing calls