Lines Matching refs:r_brace
1072 if (!consume(tgtok::r_brace)) { in ParseOptionalBitList()
2711 if (Lex.getCode() != tgtok::r_brace) { in ParseSimpleValue()
2715 if (!consume(tgtok::r_brace)) { in ParseSimpleValue()
2923 if (!consume(tgtok::r_brace)) { in ParseValue()
3339 if (!consume(tgtok::r_brace)) { in ParseForeachDeclaration()
3507 while (Lex.getCode() != tgtok::r_brace) in ParseBody()
3664 if (!consume(tgtok::r_brace)) { in ParseDefset()
3795 if (!consume(tgtok::r_brace)) { in ParseForeach()
3906 if (!consume(tgtok::r_brace)) { in ParseIfBody()
4079 if (!consume(tgtok::r_brace)) { in ParseTopLevelLet()
4160 if (Lex.Lex() == tgtok::r_brace) // eat the '{'. in ParseMultiClass()
4163 while (Lex.getCode() != tgtok::r_brace) { in ParseMultiClass()