Searched refs:Foreach (Results 1 – 11 of 11) sorted by relevance
51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
358 .Case("foreach", tgtok::Foreach) in LexIdentifier()
518 K == tgtok::Foreach || K == tgtok::If || K == tgtok::Let || in isObjectStart()3135 assert(Lex.getCode() == tgtok::Foreach && "Unknown tok"); in ParseForeach()3527 case tgtok::Foreach: in ParseMultiClass()3693 case tgtok::Foreach: return ParseForeach(MC); in ParseObject()
293 case STMT.Foreach: in foreachExpAndVar()
351 Foreach,
5285 private Foreach parseForeach(alias Foreach)(Loc loc, AST.Dsymbol* pLastDecl) in parseForeach() argument5287 …static if (is(Foreach == AST.StaticForeachStatement) || is(Foreach == AST.StaticForeachDeclaration… in parseForeach()5416 static if (is(Foreach == AST.Statement) || is(Foreach == AST.StaticForeachStatement)) in parseForeach()5425 static if (is(Foreach == AST.Statement)) in parseForeach()5429 else static if(is(Foreach == AST.StaticForeachDeclaration)) in parseForeach()5433 else static if (is(Foreach == AST.StaticForeachStatement)) in parseForeach()5442 static if (is(Foreach == AST.Statement) || is(Foreach == AST.StaticForeachStatement)) in parseForeach()5451 static if (is(Foreach == AST.Statement)) in parseForeach()5455 else static if(is(Foreach == AST.StaticForeachDeclaration)) in parseForeach()5459 else static if (is(Foreach == AST.StaticForeachStatement)) in parseForeach()
391 …inout(ForeachStatement) isForeachStatement() { return stmt == STMT.Foreach ? cast(type… in isForeachStatement()944 super(loc, STMT.Foreach); in this()
837 case STMT.Foreach: in toObNodes()
551 :| `Foreach` | `If` | `Let` | `MultiClass`893 MultiClassStatement: `Assert` | `Def` | `Defm` | `Defvar` | `Foreach` | `If` | `Let`900 :token:`Defm`. In addition, :token:`Defvar`, :token:`Foreach`, and1209 Foreach: "foreach" `ForeachIterator` "in" "{" `Statement`* "}"1221 values do not carry over from one iteration to the next. Foreach loops may
1202 AA Foreach
264 * Foreach Function:: Repeat some text with controlled variation.6200 * Foreach Function:: Repeat some text with controlled variation.6796 @node Conditional Functions, Foreach Function, File Name Functions, Functions6849 @node Foreach Function, Call Function, Conditional Functions, Functions6937 @node Call Function, Value Function, Foreach Function, Functions10504 @xref{Foreach Function, ,The @code{foreach} Function}.