Searched refs:caseStmt (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2964 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"))),
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h971 /// caseStmt()
973 const internal::VariadicDynCastAllOfMatcher<Stmt, CaseStmt> caseStmt; member in namespace:clang::ast_matchers
3513 /// switchStmt(forEachSwitchCase(caseStmt().bind("c"))).bind("s")
3570 /// caseStmt(hasCaseConstant(integerLiteral()))
/external/clang/lib/Sema/
H A DSemaStmt.cpp381 void Sema::ActOnCaseStmtBody(Stmt *caseStmt, Stmt *SubStmt) { argument
384 CaseStmt *CS = static_cast<CaseStmt*>(caseStmt);

Completed in 201 milliseconds