Searched defs:ExpStatement (Results 1 – 6 of 6) sorted by relevance
291 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement() function297 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement() function
26 class ExpStatement; variable
17 class ExpStatement; variable
72 void visit(ExpStatement *) { } in visit() argument
24 class ExpStatement; variable