Lines Matching refs:rbrace
971 if (Lex.getKind() != lltok::rbrace) in parseNamedMetadata()
993 return parseToken(lltok::rbrace, "expected end of metadata node"); in parseNamedMetadata()
1527 parseToken(lltok::rbrace, "expected end of attribute group")) in parseUnnamedAttrGrp()
1691 if (Token == lltok::rbrace) in parseFnAttributeValuePairs()
3404 if (EatIfPresent(lltok::rbrace)) in parseStructBody()
3427 return parseToken(lltok::rbrace, "expected '}' at end of struct"); in parseStructBody()
3842 parseToken(lltok::rbrace, "expected end of struct constant")) in parseValID()
3862 parseToken(lltok::rbrace, "expected end of packed struct")) || in parseValID()
4488 if (Lex.getKind() == lltok::rbrace || in parseGlobalValueVector()
6613 if (Lex.getKind() == lltok::rbrace || Lex.getKind() == lltok::kw_uselistorder) in parseFunctionBody()
6616 while (Lex.getKind() != lltok::rbrace && in parseFunctionBody()
6621 while (Lex.getKind() != lltok::rbrace) in parseFunctionBody()
8579 if (EatIfPresent(lltok::rbrace)) in parseMDNodeVector()
8594 return parseToken(lltok::rbrace, "expected end of metadata node"); in parseMDNodeVector()
8630 if (Lex.getKind() == lltok::rbrace) in parseUseListOrderIndexes()
8653 if (parseToken(lltok::rbrace, "expected '}' here")) in parseUseListOrderIndexes()