Home | History | Annotate | Download | only in cached

Lines Matching refs:VarExprAST

201 /// VarExprAST - Expression class for var/in
202 class VarExprAST : public ExprAST {
206 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames,
448 return new VarExprAST(VarNames, Body);
889 Value *VarExprAST::Codegen() {