Home | History | Annotate | Download | only in cached

Lines Matching refs:VarExprAST

207 /// VarExprAST - Expression class for var/in
208 class VarExprAST : public ExprAST {
212 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames,
454 return new VarExprAST(VarNames, Body);
1253 Value *VarExprAST::Codegen() {