Searched defs:SwitchStmt (Results 1 – 7 of 7) sorted by relevance
40 class SwitchStmt; variable
159 class SwitchStmt; variable
240 SwitchStmt, enumerator
1039 DECL_VISIT_STMT(SwitchStmt) { in DECL_VISIT_STMT() argument
48 class SwitchStmt; variable952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
3573 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument
882 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt