1#include <featureTests.h>
2#ifdef ROSE_ENABLE_SOURCE_ANALYSIS
4#ifndef ARR_INDEX_LABELER_H
5#define ARR_INDEX_LABELER_H
10namespace arrIndexLabeler {
14void addArrayIndexAnnotations(
SgNode* root);
17bool isArrayIndex(
SgNode* n);
22bool isTopArrayRefExp(
const SgNode* n);
This class represents the notion of an expression. Expressions are derived from SgLocatedNodes,...
This class represents the base class for all IR nodes within Sage III.