Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:caseStmt

1300                          switchStmt(forEachSwitchCase(caseStmt()))));
1302 switchStmt(forEachSwitchCase(caseStmt()))));
1304 switchStmt(forEachSwitchCase(caseStmt()))));
1310 caseStmt(hasCaseConstant(integerLiteral()))))));
1313 caseStmt(hasCaseConstant(integerLiteral()))))));
1316 caseStmt(hasCaseConstant(integerLiteral()))))));
1319 switchStmt(forEachSwitchCase(caseStmt().bind("x"))),
1320 llvm::make_unique<VerifyIdIsBoundTo<CaseStmt>>("x", 3)));