Lines Matching refs:rbrace
556 if (Lex.getKind() != lltok::rbrace) in ParseNamedMetadata()
566 if (ParseToken(lltok::rbrace, "expected end of metadata node")) in ParseNamedMetadata()
850 ParseToken(lltok::rbrace, "expected end of attribute group")) in ParseUnnamedAttrGrp()
876 case lltok::rbrace: in ParseFnAttributeValuePairs()
2032 if (EatIfPresent(lltok::rbrace)) in ParseStructBody()
2053 return ParseToken(lltok::rbrace, "expected '}' at end of struct"); in ParseStructBody()
2387 ParseToken(lltok::rbrace, "expected end of struct constant")) in ParseValID()
2406 ParseToken(lltok::rbrace, "expected end of packed struct")) || in ParseValID()
2945 if (Lex.getKind() == lltok::rbrace || in ParseGlobalValueVector()
4325 if (Lex.getKind() == lltok::rbrace || Lex.getKind() == lltok::kw_uselistorder) in ParseFunctionBody()
4328 while (Lex.getKind() != lltok::rbrace && in ParseFunctionBody()
4332 while (Lex.getKind() != lltok::rbrace) in ParseFunctionBody()
5617 if (EatIfPresent(lltok::rbrace)) in ParseMDNodeVector()
5633 return ParseToken(lltok::rbrace, "expected end of metadata node"); in ParseMDNodeVector()
5669 if (Lex.getKind() == lltok::rbrace) in ParseUseListOrderIndexes()
5692 if (ParseToken(lltok::rbrace, "expected '}' here")) in ParseUseListOrderIndexes()