Lines Matching refs:r_paren
123 SkipUntil(tok::r_paren, true); // skip until ) or ; in ParseGNUAttributes()
127 SkipUntil(tok::r_paren, true); // skip until ) or ; in ParseGNUAttributes()
155 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false); in ParseGNUAttributes()
170 if (ExpectAndConsume(tok::r_paren, diag::err_expected_rparen)) in ParseGNUAttributes()
171 SkipUntil(tok::r_paren, false); in ParseGNUAttributes()
173 if (ExpectAndConsume(tok::r_paren, diag::err_expected_rparen)) { in ParseGNUAttributes()
174 SkipUntil(tok::r_paren, false); in ParseGNUAttributes()
263 (ParmLoc.isValid() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren))) { in ParseGNUAttributeArgs()
272 SkipUntil(tok::r_paren); in ParseGNUAttributeArgs()
295 SkipUntil(tok::r_paren, false, true); // skip until ')' in ParseGNUAttributeArgs()
309 if (!ExpectAndConsume(tok::r_paren, diag::err_expected_rparen) && in ParseGNUAttributeArgs()
334 AttrName->getNameStart(), tok::r_paren)) in ParseMicrosoftDeclSpecWithSingleArg()
406 Ident->getNameStart(), tok::r_paren)) in ParseComplexMicrosoftDeclSpec()
438 tok::r_paren)) in ParseMicrosoftDeclSpec()
443 while (Tok.getKind() != tok::r_paren) { in ParseMicrosoftDeclSpec()
582 SkipUntil(tok::comma, tok::r_paren, true, true, true); in ParseVersionTuple()
610 SkipUntil(tok::comma, tok::r_paren, true, true, true); in ParseVersionTuple()
628 SkipUntil(tok::comma, tok::r_paren, true, true, true); in ParseVersionTuple()
655 SkipUntil(tok::comma, tok::r_paren, true, true, true); in ParseVersionTuple()
669 SkipUntil(tok::comma, tok::r_paren, true, true, true); in ParseVersionTuple()
716 SkipUntil(tok::r_paren); in ParseAvailabilityAttribute()
723 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "", tok::r_paren)) in ParseAvailabilityAttribute()
741 SkipUntil(tok::r_paren); in ParseAvailabilityAttribute()
764 SkipUntil(tok::r_paren); in ParseAvailabilityAttribute()
772 SkipUntil(tok::r_paren); in ParseAvailabilityAttribute()
783 SkipUntil(tok::r_paren); in ParseAvailabilityAttribute()
1055 while (Tok.isNot(tok::r_paren)) { in ParseThreadSafetyAttribute()
1363 case tok::r_paren: in MightBeDeclarator()
1413 SkipUntil(tok::r_paren, /*StopAtSemi*/false); in SkipMalformedDecl()
1755 SkipUntil(tok::r_paren); in ParseDeclarationAfterDeclaratorAndAttributes()
1883 return T.is(tok::l_square) || T.is(tok::l_paren) || T.is(tok::r_paren) || in isValidAfterIdentifierInDeclarator()
2145 SkipUntil(tok::r_paren); in ParseAlignmentSpecifier()
3129 ExpectAndConsume(tok::r_paren, diag::err_expected_rparen); in ParseStructUnionBody()
4029 if (Tok.is(tok::r_paren) || in isConstructorDeclarator()
4030 (Tok.is(tok::ellipsis) && NextToken().is(tok::r_paren))) { in isConstructorDeclarator()
4072 case tok::r_paren: in isConstructorDeclarator()
4462 NextToken().is(tok::r_paren) && in ParseDirectDeclarator()
4668 } else if (Tok.is(tok::r_paren) || // 'int()' is a function. in ParseParenDeclarator()
4670 NextToken().is(tok::r_paren)) || // C++ int(...) in ParseParenDeclarator()
4793 if (Tok.isNot(tok::r_paren)) in ParseFunctionDeclarator()
4925 && (NextToken().is(tok::comma) || NextToken().is(tok::r_paren)); in isFunctionDeclaratorIdentifierList()
4954 SkipUntil(tok::r_paren, /*StopAtSemi=*/true, /*DontConsume=*/true); in ParseFunctionDeclaratorIdentifierList()
5096 if (!ConsumeAndStoreUntil(tok::comma, tok::r_paren, *DefArgToks, in ParseParameterDeclarationClause()
5131 SkipUntil(tok::comma, tok::r_paren, true, true); in ParseParameterDeclarationClause()
5358 SkipUntil(tok::r_paren); in ParseAtomicSpecifier()
5364 SkipUntil(tok::r_paren); in ParseAtomicSpecifier()