Lines Matching refs:semi
87 SkipUntil(tok::semi); in ParseObjCAtDirectives()
91 SkipUntil(tok::semi); in ParseObjCAtDirectives()
142 SkipUntil(tok::semi); in ParseObjCAtClassDeclaration()
159 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class")) in ParseObjCAtClassDeclaration()
557 tok::comma, tok::semi }, in parseObjCTypeParamListOrProtocolRefs()
638 if (Tok.is(tok::semi)) in ParseObjCInterfaceDeclList()
651 if (Tok.is(tok::semi)) { in ParseObjCInterfaceDeclList()
695 SkipUntil(tok::semi); in ParseObjCInterfaceDeclList()
788 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list); in ParseObjCInterfaceDeclList()
1937 if (Tok.is(tok::semi)) { in ParseObjCClassInstanceVariables()
1997 if (Tok.is(tok::semi)) { in ParseObjCClassInstanceVariables()
2048 if (TryConsumeToken(tok::semi)) { // forward declaration of one protocol. in ParseObjCAtProtocolDeclaration()
2065 SkipUntil(tok::semi); in ParseObjCAtProtocolDeclaration()
2076 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@protocol")) in ParseObjCAtProtocolDeclaration()
2322 ExpectAndConsume(tok::semi, diag::err_expected_after, "@compatibility_alias"); in ParseObjCAtAliasDeclaration()
2352 SkipUntil(tok::semi); in ParseObjCPropertySynthesize()
2383 ExpectAndConsume(tok::semi, diag::err_expected_after, "@synthesize"); in ParseObjCPropertySynthesize()
2432 SkipUntil(tok::semi); in ParseObjCPropertyDynamic()
2448 ExpectAndConsume(tok::semi, diag::err_expected_after, "@dynamic"); in ParseObjCPropertyDynamic()
2458 if (Tok.isNot(tok::semi)) { in ParseObjCThrowStmt()
2461 SkipUntil(tok::semi); in ParseObjCThrowStmt()
2466 ExpectAndConsume(tok::semi, diag::err_expected_after, "@throw"); in ParseObjCThrowStmt()
2709 if (Tok.is(tok::semi)) { in ParseObjCMethodDefinition()
2765 SkipUntil(tok::semi); in ParseObjCAtStatement()
2774 SkipUntil(tok::semi); in ParseObjCAtStatement()