Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasIndex

2095       arraySubscriptExpr(hasIndex(integerLiteral(equals(1))))));
2098 arraySubscriptExpr(hasIndex(integerLiteral(equals(1))))));
2101 arraySubscriptExpr(hasIndex(integerLiteral(equals(0))))));