Home | History | Annotate | Download | only in initial

Lines Matching refs:VarExprAST

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