Lines Matching refs:rbrace
631 if (Lex.getKind() != lltok::rbrace) in ParseNamedMetadata()
641 return ParseToken(lltok::rbrace, "expected end of metadata node"); in ParseNamedMetadata()
966 ParseToken(lltok::rbrace, "expected end of attribute group")) in ParseUnnamedAttrGrp()
992 case lltok::rbrace: in ParseFnAttributeValuePairs()
2372 if (EatIfPresent(lltok::rbrace)) in ParseStructBody()
2393 return ParseToken(lltok::rbrace, "expected '}' at end of struct"); in ParseStructBody()
2727 ParseToken(lltok::rbrace, "expected end of struct constant")) in ParseValID()
2747 ParseToken(lltok::rbrace, "expected end of packed struct")) || in ParseValID()
3286 if (Lex.getKind() == lltok::rbrace || in ParseGlobalValueVector()
4836 if (Lex.getKind() == lltok::rbrace || Lex.getKind() == lltok::kw_uselistorder) in ParseFunctionBody()
4839 while (Lex.getKind() != lltok::rbrace && in ParseFunctionBody()
4843 while (Lex.getKind() != lltok::rbrace) in ParseFunctionBody()
6338 if (EatIfPresent(lltok::rbrace)) in ParseMDNodeVector()
6354 return ParseToken(lltok::rbrace, "expected end of metadata node"); in ParseMDNodeVector()
6390 if (Lex.getKind() == lltok::rbrace) in ParseUseListOrderIndexes()
6413 if (ParseToken(lltok::rbrace, "expected '}' here")) in ParseUseListOrderIndexes()