Searched defs:SwitchStmt (Results 1 – 8 of 8) sorted by relevance
41 class SwitchStmt; variable
158 class SwitchStmt; variable
119 SwitchStmt, enumerator
1154 auto *SwitchStmt = CGF.Builder.CreateSwitch( in emitSections() local
1039 DECL_VISIT_STMT(SwitchStmt) { in DECL_VISIT_STMT() argument
48 class SwitchStmt; variable960 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
3964 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument
942 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt