Searched defs:CaseStmt (Results 1 – 4 of 4) sorted by relevance
87 CaseStmt, enumerator
1077 DECL_VISIT_STMT(CaseStmt) { in DECL_VISIT_STMT() argument
695 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() function705 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() function
5280 AST_MATCHER_P(CaseStmt, hasCaseConstant, internal::Matcher<Expr>, in AST_MATCHER_P() argument