* Is pointer variable. * @return true if pointer, false otherwise */
| 451 | * @return true if pointer, false otherwise |
| 452 | */ |
| 453 | bool isPointer() const { |
| 454 | return getFlag(fIsPointer); |
| 455 | } |
| 456 | |
| 457 | /** |
| 458 | * Is variable a pointer to an array |
no test coverage detected