Home | History | Annotate | Download | only in AST

Lines Matching defs:SwitchStmt

882 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond)
890 VarDecl *SwitchStmt::getConditionVariable() const {
898 void SwitchStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {