Searched refs:CheckSubscriptExpr (Results 1 – 1 of 1) sorted by relevance
135 return CheckSubscriptExpr(expr); in operator ()()138 return CheckSubscriptExpr(triplet.lower()) && in operator ()()139 CheckSubscriptExpr(triplet.upper()) && in operator ()()140 CheckSubscriptExpr(triplet.stride()); in operator ()()155 bool CheckSubscriptExpr( in CheckSubscriptExpr() function in Fortran::semantics::DataVarChecker157 return !x || CheckSubscriptExpr(*x); in CheckSubscriptExpr()159 bool CheckSubscriptExpr( in CheckSubscriptExpr() function in Fortran::semantics::DataVarChecker161 return CheckSubscriptExpr(expr.value()); in CheckSubscriptExpr()163 bool CheckSubscriptExpr( in CheckSubscriptExpr() function in Fortran::semantics::DataVarChecker