Searched defs:CaseStmt (Results 1 – 4 of 4) sorted by relevance
82 CaseStmt, enumerator
1045 DECL_VISIT_STMT(CaseStmt) { in DECL_VISIT_STMT() argument
683 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() function693 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() function
4621 AST_MATCHER_P(CaseStmt, hasCaseConstant, internal::Matcher<Expr>, in AST_MATCHER_P() argument