Searched defs:CaseStmt (Results 1 – 2 of 2) sorted by relevance
675 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() function685 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() function
1064 DECL_VISIT_STMT(CaseStmt) { in DECL_VISIT_STMT() argument