Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:CaseStmt

2964                          switchStmt(forEachSwitchCase(caseStmt()))));
2966 switchStmt(forEachSwitchCase(caseStmt()))));
2968 switchStmt(forEachSwitchCase(caseStmt()))));
2974 caseStmt(hasCaseConstant(integerLiteral()))))));
2977 caseStmt(hasCaseConstant(integerLiteral()))))));
2980 caseStmt(hasCaseConstant(integerLiteral()))))));
2983 switchStmt(forEachSwitchCase(caseStmt().bind("x"))),
2984 new VerifyIdIsBoundTo<CaseStmt>("x", 3)));