Searched refs:SemiError (Results 1 – 1 of 1) sorted by relevance
134 const char *SemiError = nullptr; in ParseStatementOrDeclarationAfterAttributes() local287 SemiError = "do/while"; in ParseStatementOrDeclarationAfterAttributes()294 SemiError = "goto"; in ParseStatementOrDeclarationAfterAttributes()298 SemiError = "continue"; in ParseStatementOrDeclarationAfterAttributes()302 SemiError = "break"; in ParseStatementOrDeclarationAfterAttributes()306 SemiError = "return"; in ParseStatementOrDeclarationAfterAttributes()310 SemiError = "co_return"; in ParseStatementOrDeclarationAfterAttributes()327 SemiError = "asm"; in ParseStatementOrDeclarationAfterAttributes()350 SemiError = "__leave"; in ParseStatementOrDeclarationAfterAttributes()506 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()