Home | History | Annotate | Download | only in lazy

Lines Matching refs:VarExprAST

186 /// VarExprAST - Expression class for var/in
187 class VarExprAST : public ExprAST {
191 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames,
433 return new VarExprAST(VarNames, Body);
871 Value *VarExprAST::Codegen() {