Searched refs:ExpectAndConsumeSemi (Results 1 – 8 of 8) sorted by relevance
164 bool Parser::ExpectAndConsumeSemi(unsigned DiagID, StringRef TokenUsed) { in ExpectAndConsumeSemi() function in Parser1652 if (!ExpectAndConsumeSemi(diag::err_expected_semi_declaration)) in ParseKNRParamDeclarations()2506 ExpectAndConsumeSemi(diag::err_private_module_fragment_expected_semi); in ParseModuleDecl()2537 ExpectAndConsumeSemi(diag::err_module_expected_semi); in ParseModuleDecl()2656 ExpectAndConsumeSemi(diag::err_module_expected_semi); in ParseModuleImport()2667 ExpectAndConsumeSemi(diag::err_module_expected_semi); in ParseModuleImport()
582 ExpectAndConsumeSemi(diag::err_expected_semi_after_expr); in ParseExprStatement()1227 ExpectAndConsumeSemi(diag::err_expected_semi_declaration); in ParseCompoundStatementBody()1283 ExpectAndConsumeSemi(diag::err_expected_semi_after_expr); in ParseCompoundStatementBody()
340 ExpectAndConsumeSemi(diag::err_expected_semi_declaration); in ParseConceptDefinition()
658 if (ExpectAndConsumeSemi(diag::err_expected_semi_after_method_proto)) { in ParseObjCInterfaceDeclList()2835 ExpectAndConsumeSemi(diag::err_expected_semi_after_expr); in ParseObjCAtStatement()
3867 if (ExpectAndConsumeSemi(diag::err_expected_semi_requirement)) { in ParseRequiresExpression()
1108 ExpectAndConsumeSemi(diag::err_expected_semi_after_static_assert, TokName); in ParseStaticAssertDeclaration()
2588 if (ExpectSemi && ExpectAndConsumeSemi( in ParseDeclGroup()
1119 bool ExpectAndConsumeSemi(unsigned DiagID , StringRef TokenUsed = "");