Searched defs:SwitchStmt (Results 1 – 4 of 4) sorted by relevance
30 class SwitchStmt; variable
129 class SwitchStmt; variable
40 class SwitchStmt; variable780 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function852 static bool classof(const SwitchStmt *) { return true; } in classof()
654 SwitchStmt::SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt