Searched defs:SwitchStmt (Results 1 – 8 of 8) sorted by relevance
41 class SwitchStmt; variable
160 class SwitchStmt; variable
81 SwitchStmt, enumerator
1676 auto *SwitchStmt = CGF.Builder.CreateSwitch( in EmitSections() local
819 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt
1039 DECL_VISIT_STMT(SwitchStmt) { in DECL_VISIT_STMT() argument
49 class SwitchStmt; variable952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
4463 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument