Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:arraySubscriptExpr

742   StatementMatcher OperatorIntPointer = arraySubscriptExpr(
911 arraySubscriptExpr(hasIndex(integerLiteral(equals(1))))));
914 arraySubscriptExpr(hasIndex(integerLiteral(equals(1))))));
917 arraySubscriptExpr(hasIndex(integerLiteral(equals(0))))));
923 arraySubscriptExpr(hasBase(implicitCastExpr(