Searched refs:Foreach (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTGLexer.h45 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
H A DTGParser.cpp378 K == tgtok::MultiClass || K == tgtok::Foreach;
1992 /// Foreach ::= FOREACH Declaration IN '{ ObjectList '}'
1993 /// Foreach ::= FOREACH Declaration IN Object
1996 assert(Lex.getCode() == tgtok::Foreach && "Unknown tok");
2230 case tgtok::Foreach:
2539 case tgtok::Foreach: return ParseForeach(MC);

Completed in 136 milliseconds