Searched defs:aggrfe (Results 1 – 5 of 5) sorted by relevance
51 ForeachStatement *aggrfe; variable
58 StaticForeach::StaticForeach(Loc loc, ForeachStatement *aggrfe, ForeachRangeStatement *rangefe) in StaticForeach()
50 ForeachStatement *aggrfe; variable
107 ForeachStatement aggrfe; variable121 extern (D) this(const ref Loc loc, ForeachStatement aggrfe, ForeachRangeStatement rangefe) in this()
5450 auto aggrfe = new AST.ForeachStatement(loc, op, parameters, aggr, _body, endloc); in parseForeach() local