Home | History | Annotate | Download | only in AST

Lines Matching defs:WhileStmt

915 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
924 VarDecl *WhileStmt::getConditionVariable() const {
932 void WhileStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {