Home | History | Annotate | Download | only in lazy

Lines Matching refs:VarExprAST

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