Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:CaseStmt

3097                          switchStmt(forEachSwitchCase(caseStmt()))));
3099 switchStmt(forEachSwitchCase(caseStmt()))));
3101 switchStmt(forEachSwitchCase(caseStmt()))));
3107 caseStmt(hasCaseConstant(integerLiteral()))))));
3110 caseStmt(hasCaseConstant(integerLiteral()))))));
3113 caseStmt(hasCaseConstant(integerLiteral()))))));
3116 switchStmt(forEachSwitchCase(caseStmt().bind("x"))),
3117 new VerifyIdIsBoundTo<CaseStmt>("x", 3)));